comment.services.yml

Same filename in other branches
  1. 9 core/modules/comment/comment.services.yml
  2. 8.9.x core/modules/comment/comment.services.yml
  3. 11.x 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_type.manager']
  5. tags:
  6. - { name: breadcrumb_builder, priority: 100 }
  7. comment.manager:
  8. class: Drupal\comment\CommentManager
  9. arguments: ['@entity_type.manager', '@config.factory', '@string_translation', '@module_handler', '@current_user', '@entity_field.manager', '@entity_display.repository']
  10. Drupal\comment\CommentManagerInterface: '@comment.manager'
  11. comment.statistics:
  12. autowire: true
  13. class: Drupal\comment\CommentStatistics
  14. arguments: ['@database', '@current_user', '@entity_type.manager', '@state', '@datetime.time', '@database.replica']
  15. tags:
  16. - { name: backend_overridable }
  17. Drupal\comment\CommentStatisticsInterface: '@comment.statistics'
  18. comment.lazy_builders:
  19. class: Drupal\comment\CommentLazyBuilders
  20. arguments: ['@entity_type.manager', '@entity.form_builder', '@current_user', '@comment.manager', '@module_handler', '@renderer']
  21. Drupal\comment\CommentLazyBuilders: '@comment.lazy_builders'
  22. comment.link_builder:
  23. class: Drupal\comment\CommentLinkBuilder
  24. arguments: ['@current_user', '@comment.manager', '@module_handler', '@string_translation', '@entity_type.manager']
  25. Drupal\comment\CommentLinkBuilderInterface: '@comment.link_builder'

Services

Title Deprecated Summary
comment.breadcrumb Drupal\comment\CommentBreadcrumbBuilder
comment.lazy_builders Drupal\comment\CommentLazyBuilders
comment.link_builder Drupal\comment\CommentLinkBuilder
comment.manager Drupal\comment\CommentManager
comment.statistics Drupal\comment\CommentStatistics
Drupal\comment\CommentLazyBuilders
Drupal\comment\CommentLinkBuilderInterface
Drupal\comment\CommentManagerInterface
Drupal\comment\CommentStatisticsInterface

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.