You are here

public function ContentImporter::setContext in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Importer/ContentImporter.php \Drupal\content_sync\Importer\ContentImporter::setContext()

Parameters

array $context:

File

src/Importer/ContentImporter.php, line 329

Class

ContentImporter

Namespace

Drupal\content_sync\Importer

Code

public function setContext($context) {
  $this->context = $context;
}