function ForumIndexStorageInterface::create

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

Creates a record in {forum} table for the given node.

Parameters

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

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

File

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

Class

ForumIndexStorageInterface
Handles CRUD operations to {forum_index} table.

Namespace

Drupal\forum

Code

public function create(NodeInterface $node);

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