Log in
Interface

ConfigInterface

Magento\ImportExport\Model\Import\ConfigInterface

What it does

This interface defines the contract for accessing Magento 2's import configuration settings.

Developers use this to retrieve available import entities (like products, customers), their entity types, and which indexes need to be updated after importing specific entities.

It's essential when building custom import functionality or extending the import/export system.

Public Methods

  • getEntities()
  • getEntityTypes()
  • getRelatedIndexers()