You are here

comment.services.yml in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/comment/comment.services.yml
core/modules/comment/comment.services.yml

File

core/modules/comment/comment.services.yml
View source
  1. services:
  2. comment.breadcrumb:
  3. class: Drupal\comment\CommentBreadcrumbBuilder
  4. arguments: ['@entity.manager']
  5. tags:
  6. - { name: breadcrumb_builder, priority: 100 }
  7. comment.manager:
  8. class: Drupal\comment\CommentManager
  9. arguments: ['@entity.manager', '@entity.query', '@config.factory', '@string_translation', '@url_generator', '@module_handler', '@current_user']
  10. comment.statistics:
  11. class: Drupal\comment\CommentStatistics
  12. arguments: ['@database', '@current_user', '@entity.manager', '@state']
  13. tags:
  14. - { name: backend_overridable }
  15. comment.lazy_builders:
  16. class: Drupal\comment\CommentLazyBuilders
  17. arguments: ['@entity.manager', '@entity.form_builder', '@current_user', '@comment.manager', '@module_handler', '@renderer']
  18. comment.link_builder:
  19. class: Drupal\comment\CommentLinkBuilder
  20. arguments: ['@current_user', '@comment.manager', '@module_handler', '@string_translation', '@entity.manager']