Ensures that routes can be provided by entity types.
Hierarchy
- class \Drupal\Core\EventSubscriber\EntityRouteProviderSubscriber implements EventSubscriberInterface
File
- core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php, line 14
Namespace
Drupal\Core\EventSubscriber
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityRouteProviderSubscriber::$entityManager | protected | property | The entity manager. |
EntityRouteProviderSubscriber::getSubscribedEvents | public static | function | Returns an array of event names this subscriber wants to listen to. Overrides EventSubscriberInterface::getSubscribedEvents |
EntityRouteProviderSubscriber::onDynamicRouteEvent | public | function | Provides routes on route rebuild time. |
EntityRouteProviderSubscriber::__construct | public | function | Constructs a new EntityRouteProviderSubscriber instance. |
Please login to continue.