function ForumIndexStorageInterface::updateIndex
Same name in other branches
- 8.9.x core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::updateIndex()
- 10 core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::updateIndex()
- 11.x core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::updateIndex()
Updates the {forum_index} records for a given node.
Parameters
\Drupal\node\NodeInterface $node: The node for which the index records are to be updated.
1 method overrides ForumIndexStorageInterface::updateIndex()
- ForumIndexStorage::updateIndex in core/
modules/ forum/ src/ ForumIndexStorage.php - Updates the {forum_index} records for a given node.
File
-
core/
modules/ forum/ src/ ForumIndexStorageInterface.php, line 80
Class
- ForumIndexStorageInterface
- Handles CRUD operations to {forum_index} table.
Namespace
Drupal\forumCode
public function updateIndex(NodeInterface $node);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.