You are here

service disqus.manager in Disqus 8

Class

Drupal\disqus\DisqusCommentManager
2 string references to disqus.manager
DisqusBaseBlock::create in src/Plugin/Block/DisqusBaseBlock.php
Creates an instance of the plugin.
DisqusCommentCount::create in src/Plugin/views/field/DisqusCommentCount.php
Creates an instance of the plugin.

File

./disqus.services.yml
disqus.services.yml

View source
  1. class: Drupal\disqus\DisqusCommentManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity_field.manager'
  5. - '@current_user'
  6. - '@module_handler'
  7. - '@config.factory'