You are here

social_comment.services.yml in Open Social 10.0.x

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_type.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. arguments: ['@config.factory']
  10. tags:
  11. - { name: event_subscriber }
  12. social_comment.lazy_renderer:
  13. class: Drupal\social_comment\SocialCommentLazyRenderer
  14. arguments:
  15. - '@entity_type.manager'
  16. - '@current_route_match'
  17. - '@module_handler'