You are here

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

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

Return value

\Drupal\content_sync\Exporter\ContentExporterInterface

Overrides ContentSyncManagerInterface::getContentExporter

File

src/ContentSyncManager.php, line 49

Class

ContentSyncManager

Namespace

Drupal\content_sync

Code

public function getContentExporter() {
  return $this->contentExporter;
}