You are here

7 string references to forum_manager in Drupal 10

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.
forum_node_update in core/modules/forum/forum.module
Implements hook_ENTITY_TYPE_update() for node entities.
template_preprocess_forum_list in core/modules/forum/forum.module
Prepares variables for forum list templates.