You are here

public function SqlContentEntityStorage::getRevisionDataTable 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::getRevisionDataTable()

Gets the revision data table name.

Return value

string|false The table name or FALSE if it is not available.

File

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

Class

SqlContentEntityStorage
A content entity database storage implementation.

Namespace

Drupal\Core\Entity\Sql

Code

public function getRevisionDataTable() {
  return $this->revisionDataTable;
}