Log in
Model

Type

Magento\Eav\Model\Form\Type

What it does

This class manages EAV form types in Magento 2, which define the structure and layout of forms used for entity attributes.

Developers use it to create, configure, and manage different form types (like customer registration, checkout, etc.), assign entity types to forms, and duplicate form configurations from skeleton templates including fieldsets and elements.

Public Methods

  • getEntityTypes()
  • setEntityTypes()
  • addEntityType()
  • createFromSkeleton()