function ForumIndexStorageInterface::read
Same name in other branches
- 9 core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::read()
- 10 core/modules/forum/src/ForumIndexStorageInterface.php \Drupal\forum\ForumIndexStorageInterface::read()
- 11.x 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 40
Class
- ForumIndexStorageInterface
- Handles CRUD operations to {forum_index} table.
Namespace
Drupal\forumCode
public function read(array $vids);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.