You are here

protected function ContentExportForm::getContentExporter in Content Synchronization 8.2

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

@

Overrides ContentExportTrait::getContentExporter

File

src/Form/ContentExportForm.php, line 141

Class

ContentExportForm
Defines the content export form.

Namespace

Drupal\content_sync\Form

Code

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