You are here

service forum_manager in Drupal 10

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

Class

Drupal\forum\ForumManager

Tags

  • backend_overridable
7 string references to forum_manager
ForumController::create in core/modules/forum/src/Controller/ForumController.php
Instantiates a new instance of this class.
forum_node_insert in core/modules/forum/forum.module
Implements hook_ENTITY_TYPE_insert() for node entities.
forum_node_predelete in core/modules/forum/forum.module
Implements hook_ENTITY_TYPE_predelete() for node entities.
forum_node_presave in core/modules/forum/forum.module
Implements hook_ENTITY_TYPE_presave() for node entities.
forum_node_storage_load in core/modules/forum/forum.module
Implements hook_ENTITY_TYPE_storage_load() for node entities.

... See full list

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 }