You are here

service authentication_subscriber in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \authentication_subscriber

Class

Drupal\Core\EventSubscriber\AuthenticationSubscriber

Tags

  • event_subscriber

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\EventSubscriber\AuthenticationSubscriber
  2. arguments:
  3. - '@authentication'
  4. - '@current_user'
  5. tags:
  6. - { name: event_subscriber }