Search for revision

  1. Search 7.x for revision
  2. Search 9.5.x for revision
  3. Search 8.9.x for revision
  4. Search 11.x for revision
  5. Other projects
Title Object type File name Summary
EntityTestMulWithRevisionLog class core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php Defines the test entity class.
EntityTestMulWithRevisionLog.php file core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php
EntityTestMulWithRevisionLogPub class core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLogPub.php Defines the test entity class.
EntityTestMulWithRevisionLogPub.php file core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLogPub.php
EntityTestMulWithRevisionLogPub::baseFieldDefinitions function core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLogPub.php Provides base field definitions for an entity type.
EntityTestRevisionTest class core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php Tests wizard for generic revisionable entities.
EntityTestRevisionTest.php file core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php
EntityTestRevisionTest::$defaultTheme property core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php The theme to install as the default for testing.
EntityTestRevisionTest::$modules property core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php Modules to install.
EntityTestRevisionTest::testRevisionsViewWithNoTypeOnBaseTable function core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php Tests creating a view of revisions where the type is not on the base table.
EntityTestWithRevisionLog class core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php Defines the test entity class.
EntityTestWithRevisionLog.php file core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php
EntityTestWithRevisionLog::baseFieldDefinitions function core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php Provides base field definitions for an entity type.
EntityTestWithRevisionLog::setName function core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php Sets the name.
EntityType::$revision_data_table property core/lib/Drupal/Core/Entity/EntityType.php The name of the entity type's revision data table.
EntityType::$revision_table property core/lib/Drupal/Core/Entity/EntityType.php The name of the entity type's revision table.
EntityType::$show_revision_ui property core/lib/Drupal/Core/Entity/EntityType.php Indicates whether the revision form fields should be added to the form.
EntityType::getRevisionDataTable function core/lib/Drupal/Core/Entity/EntityType.php Gets the name of the entity's revision data table.
EntityType::getRevisionTable function core/lib/Drupal/Core/Entity/EntityType.php Gets the name of the entity's revision table.
EntityType::isRevisionable function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether entities of this type have revision support.
EntityType::showRevisionUi function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether the revision form fields should be added to the form.
EntityTypeInterface::getRevisionDataTable function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the name of the entity's revision data table.
EntityTypeInterface::getRevisionTable function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the name of the entity's revision table.
EntityTypeInterface::isRevisionable function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates whether entities of this type have revision support.
EntityTypeInterface::showRevisionUi function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates whether the revision form fields should be added to the form.
EntityTypeTest::testIsRevisionable function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the isRevisionable() method.
EntityUntranslatableFieldsConstraint::$defaultRevisionMessage property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php
EntityUrlTest::DEFAULT_REVISION constant core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Indicator for default revisions.
EntityUrlTest::NON_DEFAULT_REVISION constant core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Indicator for non-default revisions.
EntityUrlTest::providerTestToUrlLinkTemplateRevision function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlLinkTemplateRevision().
EntityUrlTest::REVISION_ID constant core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php The revision ID of the entity used in this test.
EntityUrlTest::testToUrlLinkTemplateRevision function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with the 'revision' link template.
EntityViewController::viewRevision function core/lib/Drupal/Core/Entity/Controller/EntityViewController.php Provides a page to render a single entity revision.
EntityViewsDataTest::testRevisionTableFields function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests fields on the revision table.
EntityViewsDataTest::testRevisionTableWithoutDataTable function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests revision table without data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTable function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests revision table with data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests revision table with data table support.
entity_test_entity_revision_create function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_revision_create().
entity_test_entity_test_mulrev_revision_create function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_revision_create() for 'entity_test_mulrev'.
FieldableEntityDefinitionUpdateTest::assertNonRevisionableAndNonTranslatable function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts that an entity type is neither revisionable nor translatable.
FieldableEntityDefinitionUpdateTest::assertRevisionable function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts the revisionable characteristics of an entity type.
FieldableEntityDefinitionUpdateTest::assertRevisionableAndTranslatable function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts the revisionable / translatable characteristics of an entity type.
FieldFieldTest::$entityRevision property core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php The stored revisionable test entities.
FieldFieldTest::testRevisionComplexExecute function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result set of a complex revision view.
FieldFieldTest::testRevisionComplexRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the output of a revision view with base fields and configurable fields.
FieldFieldTest::testRevisionExecute function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the revision result.
FieldFieldTest::testRevisionRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the output of a revision view with base and configurable fields.
FieldFieldTest::testRevisionTokenRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the token replacement for revision fields.
FieldItemBase::deleteRevision function core/lib/Drupal/Core/Field/FieldItemBase.php Defines custom revision delete behavior for field values.
FieldItemInterface::deleteRevision function core/lib/Drupal/Core/Field/FieldItemInterface.php Defines custom revision delete behavior for field values.

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