You are here

cas_attributes.services.yml in CAS Attributes 8

Same filename and directory in other branches
  1. 2.x cas_attributes.services.yml

File

cas_attributes.services.yml
View source
  1. services:
  2. cas_attributes.subscriber:
  3. class: Drupal\cas_attributes\Subscriber\CasAttributesSubscriber
  4. arguments: ['@config.factory', '@token', '@request_stack']
  5. tags:
  6. - { name: 'event_subscriber' }