public function ForumIndexStorageInterface::update in Drupal 9
Same name and namespace in other branches
- 8 core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::update()
- 10 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.
1 method overrides ForumIndexStorageInterface::update()
- ForumIndexStorage::update in core/
modules/ forum/ src/ ForumIndexStorage.php - Updates the {forum} table for the given node.
File
- core/
modules/ forum/ src/ ForumIndexStorageInterface.php, line 48
Class
- ForumIndexStorageInterface
- Handles CRUD operations to {forum_index} table.
Namespace
Drupal\forumCode
public function update(NodeInterface $node);