You are here

social_comment.services.yml in Open Social 8.9

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 }
  11. social_comment.lazy_renderer:
  12. class: Drupal\social_comment\SocialCommentLazyRenderer
  13. arguments:
  14. - '@entity_type.manager'