function DefaultTableMapping::getRevisionDataTable

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php \Drupal\Core\Entity\Sql\DefaultTableMapping::getRevisionDataTable()
  2. 10 core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php \Drupal\Core\Entity\Sql\DefaultTableMapping::getRevisionDataTable()
  3. 11.x 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\Sql

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.