You are here

protected property MigrateDestinationPluginManager::$deprecatedProperties in Drupal 8

File

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

Class

MigrateDestinationPluginManager
Plugin manager for migrate destination plugins.

Namespace

Drupal\migrate\Plugin

Code

protected $deprecatedProperties = [
  'entityManager' => 'entity.manager',
];