service forum_manager in Drupal 10
Same name and namespace in other branches
- 8 core/modules/forum/forum.services.yml \forum_manager
- 9 core/modules/forum/forum.services.yml \forum_manager
Class
Drupal\forum\ForumManagerTags
- 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.
File
- core/
modules/ forum/ forum.services.yml - core/modules/forum/forum.services.yml
View source
- class: Drupal\forum\ForumManager
- arguments:
- - '@config.factory'
- - '@entity_type.manager'
- - '@database'
- - '@string_translation'
- - '@comment.manager'
- - '@entity_field.manager'
- tags:
- - { name: backend_overridable }