comment.services.yml

Same filename and directory in other branches
  1. 11.x core/modules/comment/comment.services.yml
  2. 10 core/modules/comment/comment.services.yml
  3. 9 core/modules/comment/comment.services.yml
  4. 8.9.x core/modules/comment/comment.services.yml
core/modules/comment/comment.services.yml

File

core/modules/comment/comment.services.yml

View source
  1. parameters:
  2. comment.skip_procedural_hook_scan: false
  3. services:
  4. _defaults:
  5. autoconfigure: true
  6. autowire: true
  7. comment.breadcrumb:
  8. class: Drupal\comment\CommentBreadcrumbBuilder
  9. tags:
  10. - { name: breadcrumb_builder, priority: 100 }
  11. comment.manager:
  12. class: Drupal\comment\CommentManager
  13. Drupal\comment\CommentManagerInterface: '@comment.manager'
  14. comment.statistics:
  15. autowire: true
  16. class: Drupal\comment\CommentStatistics
  17. arguments: ['@database', '@current_user', '@entity_type.manager', '@state', '@datetime.time', '@database.replica']
  18. tags:
  19. - { name: backend_overridable }
  20. Drupal\comment\CommentStatisticsInterface: '@comment.statistics'
  21. comment.lazy_builders:
  22. class: Drupal\comment\CommentLazyBuilders
  23. Drupal\comment\CommentLazyBuilders: '@comment.lazy_builders'
  24. comment.link_builder:
  25. class: Drupal\comment\CommentLinkBuilder
  26. 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
_defaults

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