You are here

public function ForumIndexStorageInterface::updateIndex in Drupal 9

Same name and namespace in other branches
  1. 8 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\forum

Code

public function updateIndex(NodeInterface $node);