You are here

front_page.services.yml in Front Page 8

Same filename and directory in other branches
  1. 9.1.x front_page.services.yml

File

front_page.services.yml
View source
  1. services:
  2. front_page.event_subscriber:
  3. class: Drupal\front_page\EventSubscriber\FrontPageSubscriber
  4. tags:
  5. - {name: event_subscriber}
  6. front_page.front_page_path_processor:
  7. class: Drupal\front_page\FrontPagePathProcessor
  8. tags:
  9. - {name: path_processor_outbound}