You are here

public function BatchImportProcessor::setEntitiesToImport in Content Synchronizer 8

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

Set the entities to import list.

File

src/Processors/BatchImportProcessor.php, line 49

Class

BatchImportProcessor
Batch Import.

Namespace

Drupal\content_synchronizer\Processors

Code

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