You are here

public function ImportConfigManipulatorInterface::getImportProcessors in Entity Share 8.3

Retrieves this import config's processors.

Parameters

\Drupal\entity_share_client\Entity\ImportConfigInterface $import_config: The import config.

Return value

\Drupal\entity_share_client\ImportProcessor\ImportProcessorInterface[] An array of all enabled processors for this import config.

1 method overrides ImportConfigManipulatorInterface::getImportProcessors()
ImportConfigManipulator::getImportProcessors in modules/entity_share_client/src/Service/ImportConfigManipulator.php
Retrieves this import config's processors.

File

modules/entity_share_client/src/Service/ImportConfigManipulatorInterface.php, line 23

Class

ImportConfigManipulatorInterface
Import config manipulator interface methods.

Namespace

Drupal\entity_share_client\Service

Code

public function getImportProcessors(ImportConfigInterface $import_config);