Model
Type
Magento\Eav\Model\ResourceModel\Form\Type
What it does
This resource model manages EAV form type data in the database, handling CRUD operations for form types and their associated entity types.
Developers use this class when working with custom forms in Magento 2 that need to be associated with specific entity types (like customer, product, etc.) and when querying which form types are linked to specific attributes.
Public Methods
- load()
- getEntityTypes()
- getFormTypesByAttribute()