Log in
Repository

AttributeSetRepositoryInterface

Magento\Eav\Api\AttributeSetRepositoryInterface

What it does

This interface defines the contract for managing EAV attribute sets in Magento 2.

Developers use this repository to retrieve, create, update, and delete attribute sets programmatically, with support for filtered searches using search criteria.

It's commonly used when working with product attribute sets, customer attribute sets, or any entity using the EAV model.

Public Methods

  • getList()
  • get()
  • save()
  • deleteById()
  • delete()