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
EntityRevisionTest class core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php Tests the EntityRevision destination plugin.
EntityRevisionTest.php file core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php
EntityRevisionTest.php file core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php
EntityRevisionTest.php file core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php
EntityRevisionTest::$accountSwitcher property core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php A mock account switcher.
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 install.
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 Tests that passed old destination values are used by default.
EntityRevisionTest::testGetEntityLoadFailure function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Tests entity load failure.
EntityRevisionTest::testGetEntityNewRevision function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Tests that new revisions are flagged to be written as new.
EntityRevisionTest::testGetEntityUpdateRevision function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Tests 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 Tests 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
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.
EntityRevisionViewController class core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php Defines a controller to view an entity revision.
EntityRevisionViewController.php file core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php
EntityRevisionViewController::create function core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php
EntityRevisionViewController::title function core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php Provides a title callback for a revision of an entity.
EntityRevisionViewController::__construct function core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php Creates a new EntityRevisionViewController.
EntityRevisionViewController::__invoke function core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php Provides a page to render a single entity 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.

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