You are here

service comment.statistics in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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
Test the lock behavior.

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.manager'
  6. - '@state'
  7. tags:
  8. - { name: backend_overridable }