You are here

public function ForumIndexStorageInterface::update in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::update()
  2. 9 core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::update()

Updates the {forum} table for the given node.

Parameters

\Drupal\node\NodeInterface $node: The node for which the record is to be updated.

File

core/modules/forum/src/ForumIndexStorageInterface.php, line 48

Class

ForumIndexStorageInterface
Handles CRUD operations to {forum_index} table.

Namespace

Drupal\forum

Code

public function update(NodeInterface $node);