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
EntityRevisionTest.php file core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php
EntityRevisionTest::$entityFieldManager property core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php
EntityRevisionTest::$fieldTypeManager property core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php
EntityRevisionTest::$migration property core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php
EntityRevisionTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php Modules to enable.
EntityRevisionTest::$storage property core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php
EntityRevisionTest::getEntityRevisionDestination function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Helper method to create an entity revision destination with mock services.
EntityRevisionTest::setUp function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php
EntityRevisionTest::setUp function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php
EntityRevisionTest::setUp function core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php
EntityRevisionTest::testGetEntityDestinationValues function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Test that passed old destination values are used by default.
EntityRevisionTest::testGetEntityLoadFailure function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Test entity load failure.
EntityRevisionTest::testGetEntityNewRevision function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Test that new revisions are flagged to be written as new.
EntityRevisionTest::testGetEntityUpdateRevision function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Test that revision updates update.
EntityRevisionTest::testRevisionTranslation function core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php Tests that EntityRevision correctly handles revision translations.
EntityRevisionTest::testSave function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Test entity revision save.
EntityRevisionTest::testUnrevisionable function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php Tests that revision destination fails for unrevisionable entities.
EntityRevisionTest::testUntranslatable function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php Tests that translation destination fails for untranslatable entities.
EntityRevisionTestDestination class core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php Stub class for testing EntityRevision methods.
EntityRevisionTestDestination::$entity property core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php
EntityRevisionTestDestination::getEntity function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php Gets the entity.
EntityRevisionTestDestination::getEntityTypeId function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php Finds the entity type from configuration or plugin ID.
EntityRevisionTestDestination::setEntity function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php
EntityRevisionTranslationTest class core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php Tests proper revision propagation of entities.
EntityRevisionTranslationTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php
EntityRevisionTranslationTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php Modules to enable.
EntityRevisionTranslationTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php
EntityRevisionTranslationTest::testDefaultRevision function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php Tests changing the default revision flag is propagated to all translations.
EntityRevisionTranslationTest::testIsAnyStoredRevisionTranslated function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php Tests that revision translations are correctly detected.
EntityRevisionTranslationTest::testNewRevisionAfterTranslation function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php Tests if the translation object has the right revision id after new revision.
EntityRevisionTranslationTest::testRevertRevisionAfterTranslation function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php Tests if the translation object has the right revision id after new revision.
EntityRevisionTranslationTest::testSetNewRevision function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php @covers \Drupal\Core\Entity\ContentEntityBase::setNewRevision[[api-linebreak]]
EntityRevisionTranslationTest::testTranslationValuesWhenSavingPendingRevisions function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php Tests the translation values when saving a pending revision.
EntitySchemaSubscriber::addRevisionMetadataField function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Adds the 'workspace' revision metadata field to an entity type.
EntityStorageInterface::deleteRevision function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Delete a specific entity revision.
EntityStorageInterface::FIELD_LOAD_REVISION constant core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load the version of an entity's field data specified in the entity.
EntityStorageInterface::loadRevision function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load a specific entity revision.
EntityTestMulRevChangedWithRevisionLog class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChangedWithRevisionLog.php Defines the test entity class.
EntityTestMulRevChangedWithRevisionLog.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChangedWithRevisionLog.php
EntityTestMulRevChangedWithRevisionLog::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChangedWithRevisionLog.php Provides base field definitions for an entity type.
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 enable.
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.

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