public function ForumIndexStorageInterface::create in Drupal 9
Same name and namespace in other branches
- 8 core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::create()
- 10 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\forumCode
public function create(NodeInterface $node);