SqlContentEntityStorage::getRevisionTable

public SqlContentEntityStorage::getRevisionTable()

Gets the revision 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 212

Class

SqlContentEntityStorage
A content entity database storage implementation.

Namespace

Drupal\Core\Entity\Sql

Code

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

Please login to continue.