You are here

public function ContentImporter::getContext in Content Synchronization 3.0.x

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

Return value

array

File

src/Importer/ContentImporter.php, line 345

Class

ContentImporter

Namespace

Drupal\content_sync\Importer

Code

public function getContext() {
  return $this->context;
}