social_comment.services.yml in Open Social 8.2
Same filename and directory in other branches
- 8.9 modules/social_features/social_comment/social_comment.services.yml
- 8 modules/social_features/social_comment/social_comment.services.yml
- 8.3 modules/social_features/social_comment/social_comment.services.yml
- 8.4 modules/social_features/social_comment/social_comment.services.yml
- 8.5 modules/social_features/social_comment/social_comment.services.yml
- 8.6 modules/social_features/social_comment/social_comment.services.yml
- 8.7 modules/social_features/social_comment/social_comment.services.yml
- 8.8 modules/social_features/social_comment/social_comment.services.yml
- 10.3.x modules/social_features/social_comment/social_comment.services.yml
- 10.0.x modules/social_features/social_comment/social_comment.services.yml
- 10.1.x modules/social_features/social_comment/social_comment.services.yml
- 10.2.x modules/social_features/social_comment/social_comment.services.yml
modules/social_features/social_comment/social_comment.services.yml
File
modules/social_features/social_comment/social_comment.services.ymlView source
- services:
- social_comment.breadcrumb:
- arguments: ['@entity.manager']
- class: Drupal\social_comment\SocialCommentBreadcrumbBuilder
- tags:
- - { name: breadcrumb_builder, priority: 101 }
- social_comment.route_subscriber:
- class: Drupal\social_comment\Routing\RouteSubscriber
- tags:
- - { name: event_subscriber }