You are here

social_follow_landing_page.services.yml in Open Social 10.3.x

modules/social_features/social_follow_taxonomy/modules/social_follow_landing_page/social_follow_landing_page.services.yml

File

modules/social_features/social_follow_taxonomy/modules/social_follow_landing_page/social_follow_landing_page.services.yml
View source
  1. services:
  2. social_follow_landing_page.overrider:
  3. class: Drupal\social_follow_landing_page\SocialFollowLandingPageOverrides
  4. arguments: ['@config.factory']
  5. tags:
  6. - {name: config.factory.override, priority: 10}
  7. social_follow_landing_page.translation_defaults:
  8. class: Drupal\social_follow_landing_page\ContentTranslationDefaultsConfigOverride
  9. arguments: ['@module_handler']
  10. tags:
  11. - { name: config.factory.override, priority: 5 }
  12. - { name: social_language_defaults }