Log in
Factory

Adapter\Factory

Magento\ImportExport\Model\Export\Adapter\Factory

What it does

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

Developers use this factory to instantiate different types of export adapters (like CSV, XML) by passing the adapter class name to the create() method.

It provides a standardized way to generate export adapters with proper dependency injection through the ObjectManager.

Public Methods

  • create()