social_content_block.services.yml in Open Social 10.0.x
Same filename and directory in other branches
- 8.9 modules/social_features/social_content_block/social_content_block.services.yml
- 8.6 modules/social_features/social_content_block/social_content_block.services.yml
- 8.7 modules/social_features/social_content_block/social_content_block.services.yml
- 8.8 modules/social_features/social_content_block/social_content_block.services.yml
- 10.3.x modules/social_features/social_content_block/social_content_block.services.yml
- 10.1.x modules/social_features/social_content_block/social_content_block.services.yml
- 10.2.x modules/social_features/social_content_block/social_content_block.services.yml
modules/social_features/social_content_block/social_content_block.services.yml
File
modules/social_features/social_content_block/social_content_block.services.ymlView source
- services:
- plugin.manager.content_block:
- class: Drupal\social_content_block\ContentBlockManager
- parent: default_plugin_manager
-
- social_content_block.override:
- class: Drupal\social_content_block\SocialContentBlockOverride
- arguments: ['@config.factory']
- tags:
- - { name: config.factory.override, priority: 5 }
-
- social_content_block.content_builder:
- class: Drupal\social_content_block\ContentBuilder
- arguments:
- - '@entity_type.manager'
- - '@database'
- - '@module_handler'
- - '@string_translation'
- - '@plugin.manager.content_block'
-
- social_content_block.route_subscriber:
- class: Drupal\social_content_block\Routing\RouteSubscriber
- tags:
- - { name: 'event_subscriber' }