Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DefaultTableMapping.php

function 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 311

Class

DefaultTableMapping
Defines a default table mapping class.

Namespace

Drupal\Core\Entity\Sql

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal