You are here

protected property SqlContentEntityStorageSchema::$database in Zircon Profile 8

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

The database connection to be used.

Type: \Drupal\Core\Database\Connection

File

core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php, line 83
Contains \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema.

Class

SqlContentEntityStorageSchema
Defines a schema handler that supports revisionable, translatable entities.

Namespace

Drupal\Core\Entity\Sql

Code

protected $database;