You are here

protected property ContentSingleExportForm::$entityTypeManager in Content Synchronization 8.2

Same name and namespace in other branches
  1. 8 src/Form/ContentSingleExportForm.php \Drupal\content_sync\Form\ContentSingleExportForm::entityTypeManager
  2. 3.0.x src/Form/ContentSingleExportForm.php \Drupal\content_sync\Form\ContentSingleExportForm::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Form/ContentSingleExportForm.php, line 26

Class

ContentSingleExportForm
Provides a form for exporting a single content file.

Namespace

Drupal\content_sync\Form

Code

protected $entityTypeManager;