Log in
Model

ProductAttributeGroupRepository

Magento\Catalog\Model\ProductAttributeGroupRepository

What it does

This repository class manages product attribute groups in Magento 2, providing CRUD operations for organizing product attributes into logical groups within attribute sets.

Developers use this class to programmatically create, retrieve, update, or delete attribute groups that appear as tabs or sections in the product edit form.

It acts as a specialized wrapper around the generic EAV attribute group repository, adding product-specific validation and logic.

Public Methods

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