Log in
Factory

Entity\Factory

Magento\ImportExport\Model\Export\Entity\Factory

What it does

This factory class creates instances of export entity classes in Magento 2's import/export system.

Developers use this when they need to instantiate export entity objects dynamically based on a class name, such as when exporting products, customers, or other entities.

It validates the class name and delegates object creation to Magento's ObjectManager.

Public Methods

  • create()