DrupalSqlBase::$deprecatedProperties

Type: deprecatedProperties

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',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.