You are here

protected property DrupalSqlBase::$deprecatedProperties in Drupal 8

File

core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php, line 39

Class

DrupalSqlBase
A base class for source plugins using a Drupal database as a source.

Namespace

Drupal\migrate_drupal\Plugin\migrate\source

Code

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