Log in
Model

Attribute

Magento\Eav\Model\ResourceModel\Form\Attribute

What it does

This abstract resource model serves as a base class for retrieving EAV form attribute associations from the database.

Developers would extend this class when building custom EAV entity types that need to manage which attributes appear on specific forms.

It provides a method to fetch all attribute IDs associated with a particular form code, commonly used when rendering entity forms in admin or frontend.

Public Methods

  • getFormAttributeIds()