You are here

social_comment.services.yml in Open Social 8.2

modules/social_features/social_comment/social_comment.services.yml

File

modules/social_features/social_comment/social_comment.services.yml
View source
  1. services:
  2. social_comment.breadcrumb:
  3. arguments: ['@entity.manager']
  4. class: Drupal\social_comment\SocialCommentBreadcrumbBuilder
  5. tags:
  6. - { name: breadcrumb_builder, priority: 101 }
  7. social_comment.route_subscriber:
  8. class: Drupal\social_comment\Routing\RouteSubscriber
  9. tags:
  10. - { name: event_subscriber }