Model
Group
Magento\Catalog\Model\Product\Attribute\Group
What it does
This class manages attribute groups for product attributes in Magento 2's catalog system.
Developers use it to check if an attribute group contains system attributes and to validate deletion operations, ensuring system attributes are moved to another group before the current group can be deleted.
It extends the base EAV attribute group model with product-specific functionality.
Public Methods
- hasSystemAttributes()
- beforeDelete()