ProductAttributeGroupRepository
Magento\Catalog\Model\ProductAttributeGroupRepository
What it does
This repository class manages CRUD operations for product attribute groups in Magento 2.
Developers use it to create, retrieve, update, or delete attribute groups that organize product attributes in the admin panel.
It acts as a specialized wrapper around the generic EAV attribute group repository, adding product-specific validation like preventing deletion of groups containing system attributes.
Public Methods
- save()
- getList()
- get()
- deleteById()
- delete()