You are here

service rng.registration_waitlist_subscriber in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x rng.services.yml \rng.registration_waitlist_subscriber

Class

Drupal\rng\EventSubscriber\RegistrationWaitlistSubscriber

Tags

  • event_subscriber

File

./rng.services.yml
rng.services.yml

View source
  1. class: Drupal\rng\EventSubscriber\RegistrationWaitlistSubscriber
  2. arguments:
  3. - '@rng.event_manager'
  4. - '@messenger'
  5. tags:
  6. - { name: event_subscriber }