You are here

service entity_route_subscriber in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/core.services.yml \entity_route_subscriber

Class

Drupal\Core\EventSubscriber\EntityRouteProviderSubscriber

Tags

  • event_subscriber

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\EventSubscriber\EntityRouteProviderSubscriber
  2. arguments:
  3. - '@entity.manager'
  4. tags:
  5. - { name: event_subscriber }