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;
}
Please login to continue.