service comment.statistics in Drupal 8
Same name and namespace in other branches
- 9 core/modules/comment/comment.services.yml \comment.statistics
Class
Drupal\comment\CommentStatisticsTags
- backend_overridable
2 string references to comment.statistics
- CommentLockTest::testLocks in core/
modules/ comment/ tests/ src/ Unit/ Entity/ CommentLockTest.php - Test 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
- class: Drupal\comment\CommentStatistics
- arguments:
- - '@database'
- - '@current_user'
- - '@entity_type.manager'
- - '@state'
- - '@database.replica'
- tags:
- - { name: backend_overridable }