You are here

protected property ForumIndexStorage::$database in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 23
Contains \Drupal\forum\ForumIndexStorage.

Class

ForumIndexStorage
Handles CRUD operations to {forum_index} table.

Namespace

Drupal\forum

Code

protected $database;