Search for revisionTable

  1. Search 7.x for revisionTable
  2. Search 9.5.x for revisionTable
  3. Search 10.3.x for revisionTable
  4. Search 11.x for revisionTable
  5. Other projects
Title Object type File name Summary
ConfigEntityType::getRevisionTable function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the name of the entity's revision table.
DefaultTableMapping::$revisionTable property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The table that stores revisions, if the entity supports revisions.
DefaultTableMapping::getDedicatedRevisionTableName function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Generates a table name for a field revision archive table.
DefaultTableMapping::getRevisionTable function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets the revision table name.
EntityType::getRevisionTable function core/lib/Drupal/Core/Entity/EntityType.php Gets the name of the entity's revision table.
EntityTypeInterface::getRevisionTable function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the name of the entity's revision table.
EntityViewsDataTest::testRevisionTableFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests fields on the revision table.
EntityViewsDataTest::testRevisionTableWithoutDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table without data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table with data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table with data table support.
FieldSqlStorageTest::$revisionTable property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Name of the revision table of the field.
MigrateNodeCompleteTest::expectedNodeFieldRevisionTable function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeCompleteTest.php Provides the expected node_field_revision table.
MigrateNodeCompleteTest::expectedNodeFieldRevisionTable function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php Provides the expected node_field_revision table.
QueryTest::testNoRevisionTable function core/tests/Drupal/Tests/Core/Entity/Query/Sql/QueryTest.php Tests revision entity query for entity type without revision table.
SqlContentEntityStorage::$revisionTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The table that stores revisions, if the entity supports revisions.
SqlContentEntityStorage::getRevisionTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Gets the revision table name.
SqlContentEntityStorageSchema::initializeRevisionTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Initializes common information for a revision table.
SqlContentEntityStorageSchema::processRevisionTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Processes the gathered schema for a base table.
SqlContentEntityStorageTest::providerTestGetRevisionTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Provides test data for testGetRevisionTable().
SqlContentEntityStorageTest::testGetRevisionTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests SqlContentEntityStorage::getRevisionTable().
ViewsQueryAlter::ensureRevisionTable function core/modules/workspaces/src/ViewsQueryAlter.php Adds the revision table of an entity type to a query object.
ViewsQueryAlter::getRevisionTableJoin function core/modules/workspaces/src/ViewsQueryAlter.php Fetches a join for a revision table using the workspace_association table.

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