You are here

protected property SqlContentEntityStorage::$storageSchema 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::storageSchema

The entity type's storage schema object.

Type: \Drupal\Core\Entity\Schema\EntityStorageSchemaInterface

File

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

Class

SqlContentEntityStorage
A content entity database storage implementation.

Namespace

Drupal\Core\Entity\Sql

Code

protected $storageSchema;