You are here

public function ForumIndexStorageInterface::deleteRevision in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::deleteRevision()

Deletes the records in {forum} table for a given node revision.

Parameters

\Drupal\node\NodeInterface $node: The node revision for which the records are to be deleted.

1 method overrides ForumIndexStorageInterface::deleteRevision()
ForumIndexStorage::deleteRevision in core/modules/forum/src/ForumIndexStorage.php
Deletes the records in {forum} table for a given node revision.

File

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

Class

ForumIndexStorageInterface
Handles CRUD operations to {forum_index} table.

Namespace

Drupal\forum

Code

public function deleteRevision(NodeInterface $node);