You are here

protected property SqlContentEntityStorage::$dataTable in Zircon Profile 8

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

The table that stores properties, if the entity has multilingual support.

Type: string

File

core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 95
Contains \Drupal\Core\Entity\Sql\SqlContentEntityStorage.

Class

SqlContentEntityStorage
A content entity database storage implementation.

Namespace

Drupal\Core\Entity\Sql

Code

protected $dataTable;