You are here

public function BatchImportProcessor::setEntitiesToImport in Content Synchronizer 3.x

Same name and namespace in other branches
  1. 8.2 src/Processors/BatchImportProcessor.php \Drupal\content_synchronizer\Processors\BatchImportProcessor::setEntitiesToImport()
  2. 8 src/Processors/BatchImportProcessor.php \Drupal\content_synchronizer\Processors\BatchImportProcessor::setEntitiesToImport()

Set the entities to import list.

File

src/Processors/BatchImportProcessor.php, line 52

Class

BatchImportProcessor
Batch Import.

Namespace

Drupal\content_synchronizer\Processors

Code

public function setEntitiesToImport(array $entitiesToImport) {
  $this->entitiesToImport = $entitiesToImport;
}