You are here

service comment.statistics in Drupal 10

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

Class

Drupal\comment\CommentStatistics

Tags

  • backend_overridable
10 string references to comment.statistics
Comment::postDelete in core/modules/comment/src/Entity/Comment.php
Comment::postSave in core/modules/comment/src/Entity/Comment.php
CommentLockTest::testLocks in core/modules/comment/tests/src/Unit/Entity/CommentLockTest.php
Tests the lock behavior.
comment_cron in core/modules/comment/comment.module
Implements hook_cron().
comment_entity_insert in core/modules/comment/comment.module
Implements hook_entity_insert().

... See full list

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 }