Model
AttributeSetRepository
Magento\Eav\Model\AttributeSetRepository
What it does
This repository class manages CRUD operations for EAV attribute sets in Magento 2.
Developers use it to create, retrieve, update, and delete attribute sets programmatically, such as when creating custom product attribute groupings or managing catalog configurations.
It provides a standardized API interface for attribute set operations with proper error handling and search functionality.
Public Methods
- save()
- getList()
- get()
- delete()
- deleteById()