Factory
Entity\Factory
Magento\ImportExport\Model\Import\Entity\Factory
What it does
This factory class creates instances of import entity classes in Magento 2's ImportExport module.
Developers use it to instantiate different entity importers (like product, customer, or category importers) dynamically based on the entity type being imported, providing a centralized way to create import handlers through dependency injection.
Public Methods
- create()