You are here

protected function ContentExportMultiple::getContentExporter in Content Synchronization 8.2

Same name and namespace in other branches
  1. 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\Form

Code

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