You are here

social_topic.services.yml in Open Social 10.3.x

modules/social_features/social_topic/social_topic.services.yml

File

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