Log in
Repository

AttributeSetRepositoryInterface

Magento\Catalog\Api\AttributeSetRepositoryInterface

What it does

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

Developers use this repository to create, retrieve, update, and delete attribute sets that define product characteristics.

It provides a standardized API for CRUD operations on attribute sets, which group related product attributes together.

Public Methods

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