mongodb_comment.services.yml in MongoDB 8
mongodb_comment/mongodb_comment.services.yml
File
mongodb_comment/mongodb_comment.services.ymlView source
- services:
- mongodb.comment.statistics:
- class: Drupal\mongodb_comment\MongodbCommentStatistics
- arguments: ['@mongo', '@current_user', '@entity.manager', '@state']
- tags:
- - { name: backend_overridable }