You are here

quiz.services.yml in Quiz 8.5

Same filename and directory in other branches
  1. 8.6 quiz.services.yml
  2. 6.x quiz.services.yml

File

quiz.services.yml
View source
  1. services:
  2. plugin.manager.quiz.question:
  3. class: Drupal\quiz\Plugin\QuizQuestionPluginManager
  4. parent: default_plugin_manager
  5. quiz_event_subscriber:
  6. class: '\Drupal\quiz\EventSubscriber\QuizEventSubscriber'
  7. tags:
  8. - { name: 'event_subscriber' }