Log in
Model

AttributeLoader

Magento\Eav\Model\ResourceModel\AttributeLoader

What it does

This class loads EAV attributes for a specific entity type and attribute set.

Developers use it to retrieve all attributes assigned to a particular attribute set, or all attributes for an entity type if no set is specified.

It's commonly used when working with product, customer, or category attributes to determine which fields are available for a given configuration.

Public Methods

  • getAttributes()