EntityConverter::$deprecatedProperties

Type: deprecatedProperties

File

core/lib/Drupal/Core/ParamConverter/EntityConverter.php, line 76

Class

EntityConverter
Parameter converter for upcasting entity IDs to full objects.

Namespace

Drupal\Core\ParamConverter

Code

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

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