You are here

mongodb_comment.services.yml in MongoDB 8

mongodb_comment/mongodb_comment.services.yml

File

mongodb_comment/mongodb_comment.services.yml
View source
  1. services:
  2. mongodb.comment.statistics:
  3. class: Drupal\mongodb_comment\MongodbCommentStatistics
  4. arguments: ['@mongo', '@current_user', '@entity.manager', '@state']
  5. tags:
  6. - { name: backend_overridable }