You are here

protected property Database::$database in Search API 8

The database connection to use for this server.

Type: \Drupal\Core\Database\Connection

File

modules/search_api_db/src/Plugin/search_api/backend/Database.php, line 93

Class

Database
Indexes and searches items using the database.

Namespace

Drupal\search_api_db\Plugin\search_api\backend

Code

protected $database;