Model
Adapter
Magento\ImportExport\Model\Import\Adapter
What it does
This class serves as a factory for creating import adapter instances based on file types (CSV, XML, etc.) used in Magento's import/export functionality.
Developers use this when they need to programmatically read import files, with the factory method automatically instantiating the correct adapter class based on the file extension or specified type.
Public Methods
- factory()
- findAdapterFor()