You are here

service forum.index_storage in Drupal 10

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

Class

Drupal\forum\ForumIndexStorage

Tags

  • backend_overridable
8 string references to forum.index_storage
forum_comment_delete in core/modules/forum/forum.module
Implements hook_ENTITY_TYPE_delete() for comment entities.
forum_comment_insert in core/modules/forum/forum.module
Implements hook_ENTITY_TYPE_insert() for comment entities.
forum_comment_update in core/modules/forum/forum.module
Implements hook_ENTITY_TYPE_update() for comment entities.
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.

... See full list

File

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

View source
  1. class: Drupal\forum\ForumIndexStorage
  2. arguments:
  3. - '@database'
  4. tags:
  5. - { name: backend_overridable }