AttributeGroupInterface
Magento\Eav\Api\Data\AttributeGroupInterface
What it does
This interface defines the contract for an attribute group data object in Magento's EAV (Entity-Attribute-Value) system.
Attribute groups organize related attributes within an attribute set, commonly used when grouping product attributes in the admin panel.
Developers use this interface when working with attribute group data through the API or when creating custom modules that need to manipulate attribute group information.
Public Methods
- getAttributeGroupId()
- setAttributeGroupId()
- getAttributeGroupName()
- setAttributeGroupName()
- getAttributeSetId()
- setAttributeSetId()
- getExtensionAttributes()
- setExtensionAttributes()