You are here

protected function ContentExportForm::getEntityTypeManager 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::getEntityTypeManager()

@

Overrides ContentExportTrait::getEntityTypeManager

File

src/Form/ContentExportForm.php, line 134

Class

ContentExportForm
Defines the content export form.

Namespace

Drupal\content_sync\Form

Code

protected function getEntityTypeManager() {
  return $this->entityTypeManager;
}