You are here

protected property EntityRouteProviderSubscriber::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php \Drupal\Core\EventSubscriber\EntityRouteProviderSubscriber::entityManager

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php, line 26
Contains \Drupal\Core\EventSubscriber\EntityRouteProviderSubscriber.

Class

EntityRouteProviderSubscriber
Ensures that routes can be provided by entity types.

Namespace

Drupal\Core\EventSubscriber

Code

protected $entityManager;