public function BatchImportProcessor::setEntitiesToImport in Content Synchronizer 8
Same name and namespace in other branches
- 8.2 src/Processors/BatchImportProcessor.php \Drupal\content_synchronizer\Processors\BatchImportProcessor::setEntitiesToImport()
- 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\ProcessorsCode
public function setEntitiesToImport(array $entitiesToImport) {
$this->entitiesToImport = $entitiesToImport;
}