You are here

protected property SqlContentEntityStorage::$tableMapping in Zircon Profile 8.0

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

The mapping of field columns to SQL tables.

Type: \Drupal\Core\Entity\Sql\TableMappingInterface

File

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

Class

SqlContentEntityStorage
A content entity database storage implementation.

Namespace

Drupal\Core\Entity\Sql

Code

protected $tableMapping;