comment.statistics

Same name and namespace in other branches
  1. 9 core/modules/comment/comment.services.yml \comment.statistics
  2. 8.9.x core/modules/comment/comment.services.yml \comment.statistics
  3. 10 core/modules/comment/comment.services.yml \comment.statistics

Class

Drupal\comment\CommentStatistics

Tags

  • backend_overridable
1 string reference to comment.statistics
CommentLockTest::testLocks in core/modules/comment/tests/src/Unit/Entity/CommentLockTest.php
Tests the lock behavior.

File

core/modules/comment/comment.services.yml

View source
  1. autowire: true
  2. class: Drupal\comment\CommentStatistics
  3. arguments:
  4. - '@database'
  5. - '@current_user'
  6. - '@entity_type.manager'
  7. - '@state'
  8. - '@datetime.time'
  9. - '@database.replica'
  10. tags:
  11. - { name: backend_overridable }

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