Model
Config
Magento\Translation\Model\Inline\Config
What it does
This class manages configuration settings for Magento's inline translation feature, which allows developers and translators to edit translations directly in the frontend.
Developers use this class to check if inline translation is enabled and if the current user has developer permissions to use this feature, typically in store or frontend scope contexts.
Public Methods
- isActive()
- isDevAllowed()