You are here

public function ContentSyncManager::getContentImporter in Content Synchronization 3.0.x

Same name and namespace in other branches
  1. 8.2 src/ContentSyncManager.php \Drupal\content_sync\ContentSyncManager::getContentImporter()

Return value

\Drupal\content_sync\Importer\ContentImporterInterface

Overrides ContentSyncManagerInterface::getContentImporter

File

src/ContentSyncManager.php, line 56

Class

ContentSyncManager

Namespace

Drupal\content_sync

Code

public function getContentImporter() {
  return $this->contentImporter;
}