You are here

social_content_block_landing_page.services.yml in Open Social 8.9

modules/social_features/social_content_block/modules/social_content_block_landing_page/social_content_block_landing_page.services.yml

File

modules/social_features/social_content_block/modules/social_content_block_landing_page/social_content_block_landing_page.services.yml
View source
  1. services:
  2. social_content_block_landing_page.content_builder:
  3. class: Drupal\social_content_block_landing_page\Service\SocialContentBlockLandingPageContentBuilder
  4. parent: social_content_block.content_builder
  5. social_content_block_landing_page.overrider:
  6. class: Drupal\social_content_block_landing_page\SocialContentBlockLandingPageConfigOverride
  7. arguments: ['@config.factory']
  8. tags:
  9. - { name: config.factory.override, priority: 5 }