protected function ContentExportMultiple::getContentExporter in Content Synchronization 8.2
Same name and namespace in other branches
- 3.0.x src/Form/ContentExportMultiple.php \Drupal\content_sync\Form\ContentExportMultiple::getContentExporter()
Return value
\Drupal\content_sync\Exporter\ContentExporterInterface
Overrides ContentExportTrait::getContentExporter
File
- src/
Form/ ContentExportMultiple.php, line 182
Class
- ContentExportMultiple
- Class ContentExportMultiple
Namespace
Drupal\content_sync\FormCode
protected function getContentExporter() {
return $this->contentSyncManager
->getContentExporter();
}