Log in
Model

Attribute

Magento\Eav\Model\ResourceModel\Attribute

What it does

This abstract resource model extends EAV attribute functionality to support website-scoped attribute values and form-attribute associations.

Developers use it as a base class when creating custom EAV attributes that need different values per website or need to be associated with specific forms (like customer registration or address forms).

It handles saving/loading these relationships and scope-specific attribute data automatically.

Public Methods

  • getScopeValues()
  • getUsedInForms()