forum.index_storage

Same name in other branches
  1. 8.9.x core/modules/forum/forum.services.yml \forum.index_storage
  2. 10 core/modules/forum/forum.services.yml \forum.index_storage
  3. 11.x core/modules/forum/forum.services.yml \forum.index_storage

Class

Drupal\forum\ForumIndexStorage

Tags

  • backend_overridable
3 string references to forum.index_storage
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_update in core/modules/forum/forum.module
Implements hook_ENTITY_TYPE_update() for node entities.

File

core/modules/forum/forum.services.yml

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.