function ForumIndexStorageInterface::createIndex

Same name and namespace in other branches
  1. 9 core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::createIndex()
  2. 8.9.x core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::createIndex()
  3. 10 core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::createIndex()

Creates a {forum_index} entry for the given node.

Parameters

\Drupal\node\NodeInterface $node: The node for which the index records are to be created.

File

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

Class

ForumIndexStorageInterface
Handles CRUD operations to {forum_index} table.

Namespace

Drupal\forum

Code

public function createIndex(NodeInterface $node);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.