function ForumIndexStorageInterface::read

Same name and namespace in other branches
  1. 9 core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::read()
  2. 8.9.x core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::read()
  3. 10 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.

File

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

Class

ForumIndexStorageInterface
Handles CRUD operations to {forum_index} table.

Namespace

Drupal\forum

Code

public function read(array $vids);

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