service comment.statistics in Drupal 10
Same name and namespace in other branches
- 8 core/modules/comment/comment.services.yml \comment.statistics
- 9 core/modules/comment/comment.services.yml \comment.statistics
Class
Drupal\comment\CommentStatisticsTags
- 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().
File
- core/
modules/ comment/ comment.services.yml - core/modules/comment/comment.services.yml
View source
- class: Drupal\comment\CommentStatistics
- arguments:
- - '@database'
- - '@current_user'
- - '@entity_type.manager'
- - '@state'
- - '@database.replica'
- tags:
- - { name: backend_overridable }