You are here

httpswww.services.yml in HTTPS and WWW Redirect 2.x

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

File

httpswww.services.yml
View source
  1. services:
  2. httpswww.event_subscriber:
  3. class: 'Drupal\httpswww\EventSubscriber\HttpsWwwRedirectSubscriber'
  4. arguments: ['@config.factory', '@current_user']
  5. tags:
  6. - { name: 'event_subscriber' }