Log in
Repository

ProductAttributeGroupRepositoryInterface

Magento\Catalog\Api\ProductAttributeGroupRepositoryInterface

What it does

This repository interface manages product attribute groups in Magento 2's catalog module.

Developers use it to create, retrieve, update, and delete attribute groups that organize product attributes into logical sections within attribute sets.

It provides standardized CRUD operations for managing how product attributes are grouped together in the admin panel.

Public Methods

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