You are here

protected property MigrateDestinationPluginManager::$entityTypeManager in Drupal 10

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

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php, line 26

Class

MigrateDestinationPluginManager
Plugin manager for migrate destination plugins.

Namespace

Drupal\migrate\Plugin

Code

protected $entityTypeManager;