Model
GroupRepository
Magento\Eav\Model\Attribute\GroupRepository
What it does
This repository class manages CRUD operations for EAV attribute groups, which organize product attributes into logical sections like 'General', 'Prices', or 'Meta Information' within attribute sets.
Developers use this when they need to programmatically create, retrieve, update, or delete attribute groups, or when searching for groups based on specific criteria like attribute set ID.
Public Methods
- save()
- getList()
- get()
- delete()
- deleteById()