You are here

protected property SqlContentEntityStorage::$database in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php \Drupal\Core\Entity\Sql\SqlContentEntityStorage::database

Active database connection.

Type: \Drupal\Core\Database\Connection

File

core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 114

Class

SqlContentEntityStorage
A content entity database storage implementation.

Namespace

Drupal\Core\Entity\Sql

Code

protected $database;