protected function ContentSyncCommands::getContentExporter in Content Synchronization 3.0.x
Same name and namespace in other branches
- 8.2 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\CommandsCode
protected function getContentExporter() {
return $this->contentExporter;
}