You are here

service forum_manager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/forum/forum.services.yml \forum_manager
  2. 10 core/modules/forum/forum.services.yml \forum_manager

Class

Drupal\forum\ForumManager

Tags

  • backend_overridable
1 string reference to forum_manager
ForumController::create in core/modules/forum/src/Controller/ForumController.php
Instantiates a new instance of this class.

File

core/modules/forum/forum.services.yml
core/modules/forum/forum.services.yml

View source
  1. class: Drupal\forum\ForumManager
  2. arguments:
  3. - '@config.factory'
  4. - '@entity_type.manager'
  5. - '@database'
  6. - '@string_translation'
  7. - '@comment.manager'
  8. - '@entity_field.manager'
  9. tags:
  10. - { name: backend_overridable }