Log in
Repository

ProductAttributeGroupRepositoryInterface

Magento\Catalog\Api\ProductAttributeGroupRepositoryInterface

What it does

This repository interface provides methods to manage product attribute groups in Magento 2.

Developers use this to create, retrieve, update, and delete attribute groups that organize product attributes in the admin panel.

It's commonly used when programmatically managing attribute sets and their group structure for catalog products.

Public Methods

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