You are here

public function ForumIndexStorageInterface::createIndex in Zircon Profile 8.0

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

1 method overrides ForumIndexStorageInterface::createIndex()
ForumIndexStorage::createIndex in core/modules/forum/src/ForumIndexStorage.php
Creates a {forum_index} entry for the given node.

File

core/modules/forum/src/ForumIndexStorageInterface.php, line 76
Contains \Drupal\forum\ForumIndexStorageInterface.

Class

ForumIndexStorageInterface
Handles CRUD operations to {forum_index} table.

Namespace

Drupal\forum

Code

public function createIndex(NodeInterface $node);