You are here

protected property EntityRouteProviderSubscriber::$deprecatedProperties in Drupal 8

File

core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php, line 22

Class

EntityRouteProviderSubscriber
Ensures that routes can be provided by entity types.

Namespace

Drupal\Core\EventSubscriber

Code

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