You are here

service alternative_frontpage.redirect_homepage in Open Social 10.0.x

Same name and namespace in other branches
  1. 8.9 modules/custom/alternative_frontpage/alternative_frontpage.services.yml \alternative_frontpage.redirect_homepage
  2. 8 modules/custom/alternative_frontpage/alternative_frontpage.services.yml \alternative_frontpage.redirect_homepage
  3. 8.2 modules/custom/alternative_frontpage/alternative_frontpage.services.yml \alternative_frontpage.redirect_homepage
  4. 8.3 modules/custom/alternative_frontpage/alternative_frontpage.services.yml \alternative_frontpage.redirect_homepage
  5. 8.4 modules/custom/alternative_frontpage/alternative_frontpage.services.yml \alternative_frontpage.redirect_homepage
  6. 8.5 modules/custom/alternative_frontpage/alternative_frontpage.services.yml \alternative_frontpage.redirect_homepage
  7. 8.6 modules/custom/alternative_frontpage/alternative_frontpage.services.yml \alternative_frontpage.redirect_homepage
  8. 8.7 modules/custom/alternative_frontpage/alternative_frontpage.services.yml \alternative_frontpage.redirect_homepage
  9. 8.8 modules/custom/alternative_frontpage/alternative_frontpage.services.yml \alternative_frontpage.redirect_homepage
  10. 10.3.x modules/custom/alternative_frontpage/alternative_frontpage.services.yml \alternative_frontpage.redirect_homepage
  11. 10.1.x modules/custom/alternative_frontpage/alternative_frontpage.services.yml \alternative_frontpage.redirect_homepage
  12. 10.2.x modules/custom/alternative_frontpage/alternative_frontpage.services.yml \alternative_frontpage.redirect_homepage

Class

Drupal\alternative_frontpage\EventSubscriber\RedirectHomepageSubscriber

Tags

  • event_subscriber

File

modules/custom/alternative_frontpage/alternative_frontpage.services.yml
modules/custom/alternative_frontpage/alternative_frontpage.services.yml

View source
  1. class: Drupal\alternative_frontpage\EventSubscriber\RedirectHomepageSubscriber
  2. arguments:
  3. - '@user.data'
  4. - '@config.factory'
  5. - '@current_user'
  6. - '@path.matcher'
  7. - '@state'
  8. tags:
  9. - { name: event_subscriber }