You are here

service mongodb.comment.statistics in MongoDB 8

Class

Drupal\mongodb_comment\MongodbCommentStatistics

Tags

  • backend_overridable

File

mongodb_comment/mongodb_comment.services.yml
mongodb_comment/mongodb_comment.services.yml

View source
  1. class: Drupal\mongodb_comment\MongodbCommentStatistics
  2. arguments:
  3. - '@mongo'
  4. - '@current_user'
  5. - '@entity.manager'
  6. - '@state'
  7. tags:
  8. - { name: backend_overridable }