You are here

protected property EntityConverter::$deprecatedProperties in Drupal 8

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