You are here

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

Name of entity's revision database table field, if it supports revisions.

Has the value FALSE if this entity does not use revisions.

Type: string

File

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

Class

SqlContentEntityStorage
A content entity database storage implementation.

Namespace

Drupal\Core\Entity\Sql

Code

protected $revisionKey = FALSE;