public function DefaultTableMapping::getRevisionDataTable in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php \Drupal\Core\Entity\Sql\DefaultTableMapping::getRevisionDataTable()
Gets the revision data table name.
@internal
Return value
string|null The revision data table name.
File
- core/
lib/ Drupal/ Core/ Entity/ Sql/ DefaultTableMapping.php, line 307
Class
- DefaultTableMapping
- Defines a default table mapping class.
Namespace
Drupal\Core\Entity\SqlCode
public function getRevisionDataTable() {
return $this->revisionDataTable;
}