You are here

service layout_builder.routes in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/layout_builder.services.yml \layout_builder.routes

Class

Drupal\layout_builder\Routing\LayoutBuilderRoutes

Tags

  • event_subscriber

File

core/modules/layout_builder/layout_builder.services.yml
core/modules/layout_builder/layout_builder.services.yml

View source
  1. class: Drupal\layout_builder\Routing\LayoutBuilderRoutes
  2. arguments:
  3. - '@plugin.manager.layout_builder.section_storage'
  4. tags:
  5. - { name: event_subscriber }