You are here

public function ForumIndexStorageInterface::read in Zircon Profile 8.0

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

Reads an array of {forum} records for the given revision ids.

Parameters

array $vids: An array of node revision ids.

Return value

\Drupal\Core\Database\StatementInterface The records from {forum} for the given vids.

1 method overrides ForumIndexStorageInterface::read()
ForumIndexStorage::read in core/modules/forum/src/ForumIndexStorage.php
Reads an array of {forum} records for the given revision ids.

File

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

Class

ForumIndexStorageInterface
Handles CRUD operations to {forum_index} table.

Namespace

Drupal\forum

Code

public function read(array $vids);