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