ElementInterface
Magento\Config\Model\Config\Structure\ElementInterface
What it does
This interface defines the contract for configuration structure elements in Magento 2's admin panel, such as sections, groups, and fields.
Developers use this when working with system configuration to retrieve element properties like ID, label, visibility, and custom attributes.
Note that this interface is deprecated and developers should use StructureElementInterface instead.
Public Methods
- setData()
- getData()
- getId()
- getLabel()
- isVisible()
- getAttribute()