You are here

protected property EmptySource::$entityTypeManager in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php \Drupal\migrate_drupal\Plugin\migrate\source\EmptySource::entityTypeManager
  2. 9 core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php \Drupal\migrate_drupal\Plugin\migrate\source\EmptySource::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php, line 36

Class

EmptySource
Source returning an empty row with Drupal specific config dependencies.

Namespace

Drupal\migrate_drupal\Plugin\migrate\source

Code

protected $entityTypeManager;