Search for revision

  1. Search 7.x for revision
  2. Search 9.5.x for revision
  3. Search 10.3.x for revision
  4. Search 11.x for revision
  5. Other projects
Title Object type File name Summary
DefaultTableMapping::getRevisionTable function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets the revision table name.
drupal-8.entity-data-revision-metadata-fields-2248983.php file core/modules/system/tests/fixtures/update/drupal-8.entity-data-revision-metadata-fields-2248983.php Contains database additions to
drupal-8.2.1.bare.standard_with_entity_test_enabled.php.gz for testing the
upgrade path of https://www.drupal.org/node/2248983.
drupal-8.views-revision-metadata-fields-2248983.php file core/modules/system/tests/fixtures/update/drupal-8.views-revision-metadata-fields-2248983.php Contains database additions to
drupal-8.2.1.bare.standard_with_entity_test_enabled.php.gz for testing the
upgrade path of https://www.drupal.org/node/2248983.
editor_entity_revision_delete function core/modules/editor/editor.module Implements hook_entity_revision_delete().
EntityAccessChecker::$latestRevisionCheck property core/modules/jsonapi/src/Access/EntityAccessChecker.php The latest revision check service.
EntityAccessChecker::$mediaRevisionAccessCheck property core/modules/jsonapi/src/Access/EntityAccessChecker.php The media revision access check service.
EntityAccessChecker::$nodeRevisionAccessCheck property core/modules/jsonapi/src/Access/EntityAccessChecker.php The node revision access check service.
EntityAccessChecker::checkRevisionViewAccess function core/modules/jsonapi/src/Access/EntityAccessChecker.php Checks access to the given revision entity.
EntityAccessChecker::setLatestRevisionCheck function core/modules/jsonapi/src/Access/EntityAccessChecker.php Sets the media revision access check service.
EntityAccessChecker::setMediaRevisionAccessCheck function core/modules/jsonapi/src/Access/EntityAccessChecker.php Sets the media revision access check service.
EntityAccessChecker::setNodeRevisionAccessCheck function core/modules/jsonapi/src/Access/EntityAccessChecker.php Sets the node revision access check service.
EntityApiTest::testUpdateWithRevisionId function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that resaving a revision with a different revision ID throws an exception.
EntityConverter::getLatestTranslationAffectedRevision function core/lib/Drupal/Core/ParamConverter/EntityConverter.php Returns the latest revision translation of the specified entity.
EntityConverter::loadRevision function core/lib/Drupal/Core/ParamConverter/EntityConverter.php Loads the specified entity revision.
EntityConverterLatestRevisionTest class core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests the entity converter when the "load_latest_revision" flag is set.
EntityConverterLatestRevisionTest.php file core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php
EntityConverterLatestRevisionTest::$converter property core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php The entity converter service.
EntityConverterLatestRevisionTest::$modules property core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Modules to install.
EntityConverterLatestRevisionTest::setUp function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php
EntityConverterLatestRevisionTest::testConvertNonRevisionableEntityType function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Test the latest revision flag and non-revisionable entities.
EntityConverterLatestRevisionTest::testEntityNoPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with no pending revision.
EntityConverterLatestRevisionTest::testEntityWithPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with a pending revision.
EntityConverterLatestRevisionTest::testNoEntity function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with no matching entity.
EntityConverterLatestRevisionTest::testOptimizedConvert function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests that pending revisions are loaded only when needed.
EntityConverterLatestRevisionTest::testWithTranslatedPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with a translated pending revision.
EntityConverterTest::testDeprecatedGetLatestTranslationAffectedRevision function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests that ::getLatestTranslationAffectedRevision() is deprecated.
EntityConverterTest::testDeprecatedLoadRevision function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests that ::loadRevision() is deprecated.
EntityDecoupledTranslationRevisionsTest class core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Test decoupled translation revisions.
EntityDecoupledTranslationRevisionsTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php
EntityDecoupledTranslationRevisionsTest::$bundleInfo property core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php The entity type bundle info service.
EntityDecoupledTranslationRevisionsTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Modules to enable.
EntityDecoupledTranslationRevisionsTest::$previousRevisionId property core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php The previous revision identifiers for the various revision translations.
EntityDecoupledTranslationRevisionsTest::$previousUntranslatableFieldValue property core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php The previous untranslatable field value.
EntityDecoupledTranslationRevisionsTest::$stepIndex property core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php The current edit sequence step index.
EntityDecoupledTranslationRevisionsTest::$stepInfo property core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php The current edit sequence step info.
EntityDecoupledTranslationRevisionsTest::$storage property core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php The entity storage.
EntityDecoupledTranslationRevisionsTest::$translations property core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php The translations of the test entity.
EntityDecoupledTranslationRevisionsTest::dataTestDecoupledPendingRevisions function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Data provider for ::testDecoupledDefaultRevisions.
EntityDecoupledTranslationRevisionsTest::dataTestUntranslatableFields function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Data provider for ::testUntranslatableFields.
EntityDecoupledTranslationRevisionsTest::doEditStep function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Saves a new revision of the test entity.
EntityDecoupledTranslationRevisionsTest::doTestEditSequence function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Actually tests an edit step sequence.
EntityDecoupledTranslationRevisionsTest::doTestInternalProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Checks that internal properties are preserved for the specified entity.
EntityDecoupledTranslationRevisionsTest::formatMessage function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Formats an assertion message.
EntityDecoupledTranslationRevisionsTest::generateNewEntityLabel function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Generates a new label for the specified revision.
EntityDecoupledTranslationRevisionsTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php
EntityDecoupledTranslationRevisionsTest::testCreateRevisionHook function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Checks that the revision create hook works as expected.
EntityDecoupledTranslationRevisionsTest::testDecoupledPendingRevisions function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Test decoupled default revisions.
EntityDecoupledTranslationRevisionsTest::testInternalProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Tests that internal properties are preserved while creating a new revision.
EntityDecoupledTranslationRevisionsTest::testMultipleTranslationChanges function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Checks that changes to multiple translations are handled correctly.
EntityDecoupledTranslationRevisionsTest::testRemovedTranslations function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Tests that deleted translations are not accidentally restored.

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