You are here

social_event.services.yml in Open Social 8.7

modules/social_features/social_event/social_event.services.yml

File

modules/social_features/social_event/social_event.services.yml
View source
  1. services:
  2. social_event.route_subscriber:
  3. class: Drupal\social_event\Routing\RouteSubscriber
  4. tags:
  5. - { name: event_subscriber }
  6. social_event.translation_defaults:
  7. class: Drupal\social_event\ContentTranslationDefaultsConfigOverride
  8. tags:
  9. - { name: config.factory.override, priority: 5 }
  10. - { name: social_language_defaults }
  11. social_event.enroll:
  12. class: Drupal\social_event\Service\SocialEventEnrollService