EntityType::getRevisionTable |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the name of the entity's revision table. |
ConfigEntityType::getRevisionTable |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php |
Gets the name of the entity's revision table. |
DefaultTableMapping::getRevisionTable |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets the revision table name. |
ViewsQueryAlter::getRevisionTableJoin |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Fetches a join for a revision table using the workspace_association table. |
EntityTypeInterface::getRevisionTable |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the name of the entity's revision table. |
SqlContentEntityStorage::getRevisionTable |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Gets the revision table name. |
SqlContentEntityStorageTest::testGetRevisionTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests SqlContentEntityStorage::getRevisionTable(). |
SqlContentEntityStorageTest::providerTestGetRevisionTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Provides test data for testGetRevisionTable(). |