Log in
Model

SetManagement

Magento\Catalog\Model\Product\Attribute\SetManagement

What it does

This class manages the creation of product attribute sets in Magento 2.

Developers use it when they need to programmatically create new attribute sets for products based on existing ones (skeleton sets).

It validates that the skeleton set exists and belongs to the product entity type before creating the new attribute set.

Public Methods

  • create()