You are here

layout_builder_ids.services.yml in Layout builder ids 2.0.x

Same filename and directory in other branches
  1. 8 layout_builder_ids.services.yml

File

layout_builder_ids.services.yml
View source
  1. services:
  2. layout_builder_ids.layout_builder_ids_service:
  3. class: '\Drupal\layout_builder_ids\Service\LayoutBuilderIdsService'
  4. layout_builder_ids.render_block_component_subscriber:
  5. class: 'Drupal\layout_builder_ids\EventSubscriber\LayoutBuilderIdsRenderSubscriber'
  6. tags:
  7. - { name: event_subscriber }
  8. layout_builder_ids.configure_section_form:
  9. class: '\Drupal\layout_builder_ids\EventSubscriber\LayoutBuilderIdsConfigureSection'
  10. arguments: ['@layout_builder_ids.layout_builder_ids_service']
  11. tags:
  12. - { name: 'event_subscriber' }
  13. layout_builder_ids.configure_block_form:
  14. class: '\Drupal\layout_builder_ids\EventSubscriber\LayoutBuilderIdsConfigureBlock'
  15. arguments: ['@layout_builder_ids.layout_builder_ids_service']
  16. tags:
  17. - { name: 'event_subscriber' }
  18. layout_builder_ids.route_subscriber:
  19. class: Drupal\layout_builder_ids\EventSubscriber\LayoutBuilderIdsRouteSubscriber
  20. tags:
  21. - { name: 'event_subscriber' }