You are here

protected function ContentSyncCommands::getContentExporter in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Commands/ContentSyncCommands.php \Drupal\content_sync\Commands\ContentSyncCommands::getContentExporter()

Return value

\Drupal\content_sync\Exporter\ContentExporterInterface

Overrides ContentExportTrait::getContentExporter

File

src/Commands/ContentSyncCommands.php, line 115

Class

ContentSyncCommands
A Drush commandfile.

Namespace

Drupal\content_sync\Commands

Code

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