ConcealInProductionConfigList
Magento\Config\Model\Config\Structure\ConcealInProductionConfigList
What it does
This class controls the visibility and interaction of configuration fields in the Magento Admin panel when the application is running in Production mode.
Developers use this class to automatically hide or disable sensitive configuration options in production environments to prevent accidental changes that could impact a live store.
It checks against a predefined list of configuration paths to determine if fields should be hidden or disabled based on the current application mode.
Public Methods
- isHidden()
- isDisabled()