Factory
Form\Factory
Magento\Eav\Model\Form\Factory
What it does
This factory class creates instances of EAV form objects in Magento 2.
Developers use it to instantiate custom EAV form classes while ensuring they implement the correct interface.
It validates that created objects are instances of \Magento\Eav\Model\Form and throws an exception if validation fails.
Public Methods
- create()