You are here

service single_page_site_next_page.alter_output in Single Page Site 2.0.x

Same name and namespace in other branches
  1. 8 modules/single_page_site_next_page/single_page_site_next_page.services.yml \single_page_site_next_page.alter_output
  2. 2.x modules/single_page_site_next_page/single_page_site_next_page.services.yml \single_page_site_next_page.alter_output

Class

Drupal\single_page_site_next_page\EventSubscriber\AlterSinglePageSiteOutput

Tags

  • event_subscriber

File

modules/single_page_site_next_page/single_page_site_next_page.services.yml
modules/single_page_site_next_page/single_page_site_next_page.services.yml

View source
  1. class: Drupal\single_page_site_next_page\EventSubscriber\AlterSinglePageSiteOutput
  2. arguments:
  3. - '@single_page_site.manager'
  4. tags:
  5. - { name: event_subscriber }