Log in
Model

ConfigOptionsPool

Magento\DataExporter\Model\Indexer\ConfigOptionsPool

What it does

This class serves as a centralized configuration pool for feed indexer options in Magento's Data Exporter module.

Developers use it to retrieve specific feed configuration values by name, allowing different feed indexers to access their configuration settings in a consistent way.

It acts as a dependency injection container for feed-related configuration options.

Public Methods

  • getFeedOption()