You are here

service comment.statistics in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/comment/comment.services.yml \comment.statistics

Class

Drupal\comment\CommentStatistics

Tags

  • backend_overridable
2 string references to comment.statistics
CommentLockTest::testLocks in core/modules/comment/tests/src/Unit/Entity/CommentLockTest.php
Tests the lock behavior.
TrackerController::create in core/modules/tracker/src/Controller/TrackerController.php
Instantiates a new instance of this class.

File

core/modules/comment/comment.services.yml
core/modules/comment/comment.services.yml

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