SqlContentEntityStorage::getRevisionDataTable

public 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 232

Class

SqlContentEntityStorage
A content entity database storage implementation.

Namespace

Drupal\Core\Entity\Sql

Code

public function getRevisionDataTable() {
  return $this->revisionDataTable;
}
doc_Drupal
2016-10-29 09:43:24
Comments
Leave a Comment

Please login to continue.