AttributeSetManagementInterface
Magento\Eav\Api\AttributeSetManagementInterface
What it does
This interface defines the contract for managing attribute sets in Magento's EAV (Entity-Attribute-Value) system.
Developers use this to programmatically create new attribute sets based on an existing skeleton set, which is commonly needed when adding product attribute sets or customizing entity structures.
The create method takes an entity type code (like 'catalog_product'), an attribute set object, and a skeleton ID to clone from.
Public Methods
- create()