protected property ForumIndexStorage::$database in Drupal 8
Same name and namespace in other branches
- 9 core/modules/forum/src/ForumIndexStorage.php \Drupal\forum\ForumIndexStorage::database
The active database connection.
Type: \Drupal\Core\Database\Connection
File
- core/
modules/ forum/ src/ ForumIndexStorage.php, line 19
Class
- ForumIndexStorage
- Handles CRUD operations to {forum_index} table.
Namespace
Drupal\forumCode
protected $database;