You are here

protected property MigrateDestinationPluginManager::$entityManager in Zircon Profile 8.0

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

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php, line 33
Contains \Drupal\migrate\Plugin\MigrateDestinationPluginManager.

Class

MigrateDestinationPluginManager
Plugin manager for migrate destination plugins.

Namespace

Drupal\migrate\Plugin

Code

protected $entityManager;