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