Model
Config
Magento\ImportExport\Model\Import\Config
What it does
This class provides access to Magento 2's import configuration data, which defines available import entities (like products, customers), their types, and related indexers.
Developers use it to retrieve entity configurations, check what import types are supported for a specific entity, and determine which indexes need to be reindexed after importing data.
Public Methods
- getEntities()
- getEntityTypes()
- getRelatedIndexers()