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
MigrateNodeRevisionTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php
MigrateNodeRevisionTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php
MigrateNodeRevisionTest::testNodeRevision function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTest.php Test node revisions migration from Drupal 6 to 8.
MigrateNodeRevisionTest::testNodeRevisions function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php Tests the migration of node revisions with translated nodes.
MigrateNodeTest::assertRevision function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php Asserts various aspects of a node revision.
MigrateTermNodeComplete::testTermNodeRevision function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeComplete.php Tests the Drupal 6 term-node association to Drupal 8 node revisions.
MigrateTermNodeRevisionTest class core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php Upgrade taxonomy term node associations.
MigrateTermNodeRevisionTest.php file core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php
MigrateTermNodeRevisionTest::$modules property core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php Modules to enable.
MigrateTermNodeRevisionTest::setUp function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php
MigrateTermNodeRevisionTest::testTermRevisionNode function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php Tests the Drupal 6 term-node revision association to Drupal 8 migration.
ModeratedContentViewLatestRevisionUpdateTest class core/modules/content_moderation/tests/src/Functional/Update/ModeratedContentViewLatestRevisionUpdateTest.php Tests the upgrade path for updating the moderated content view.
ModeratedContentViewLatestRevisionUpdateTest.php file core/modules/content_moderation/tests/src/Functional/Update/ModeratedContentViewLatestRevisionUpdateTest.php
ModeratedContentViewLatestRevisionUpdateTest::setDatabaseDumpFiles function core/modules/content_moderation/tests/src/Functional/Update/ModeratedContentViewLatestRevisionUpdateTest.php Set database dump files to be used.
ModeratedContentViewLatestRevisionUpdateTest::testUpdateModeratedContentView function core/modules/content_moderation/tests/src/Functional/Update/ModeratedContentViewLatestRevisionUpdateTest.php Tests updating the moderated content view.
ModeratedNodeListBuilder::getEntityRevisionIds function core/modules/content_moderation/src/ModeratedNodeListBuilder.php Loads entity revision IDs using a pager sorted by the entity revision ID.
ModerationFormTest::testModerationFormSetsRevisionAuthor function core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php Tests the revision author is updated when the moderation form is used.
ModerationHandler::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php Alters bundle forms to enforce revision handling.
ModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php Alters entity forms to enforce revision handling.
ModerationHandlerInterface::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Alters bundle forms to enforce revision handling.
ModerationHandlerInterface::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Alters entity forms to enforce revision handling.
ModerationInformation::getAffectedRevisionTranslation function core/modules/content_moderation/src/ModerationInformation.php Returns the revision translation affected translation of a revision.
ModerationInformation::getDefaultRevisionId function core/modules/content_moderation/src/ModerationInformation.php Returns the revision ID of the default revision for the specified entity.
ModerationInformation::getLatestRevision function core/modules/content_moderation/src/ModerationInformation.php Loads the latest revision of a specific entity.
ModerationInformation::getLatestRevisionId function core/modules/content_moderation/src/ModerationInformation.php Returns the revision ID of the latest revision of the given entity.
ModerationInformation::hasPendingRevision function core/modules/content_moderation/src/ModerationInformation.php Determines if a pending revision exists for the specified entity.
ModerationInformation::isDefaultRevisionPublished function core/modules/content_moderation/src/ModerationInformation.php Determines if the default revision for the given entity is published.
ModerationInformation::isLatestRevision function core/modules/content_moderation/src/ModerationInformation.php Determines if an entity is a latest revision.
ModerationInformation::isLiveRevision function core/modules/content_moderation/src/ModerationInformation.php Determines if an entity is "live".
ModerationInformationInterface::getAffectedRevisionTranslation function core/modules/content_moderation/src/ModerationInformationInterface.php Returns the revision translation affected translation of a revision.
ModerationInformationInterface::getDefaultRevisionId function core/modules/content_moderation/src/ModerationInformationInterface.php Returns the revision ID of the default revision for the specified entity.
ModerationInformationInterface::getLatestRevision function core/modules/content_moderation/src/ModerationInformationInterface.php Loads the latest revision of a specific entity.
ModerationInformationInterface::getLatestRevisionId function core/modules/content_moderation/src/ModerationInformationInterface.php Returns the revision ID of the latest revision of the given entity.
ModerationInformationInterface::hasPendingRevision function core/modules/content_moderation/src/ModerationInformationInterface.php Determines if a pending revision exists for the specified entity.
ModerationInformationInterface::isDefaultRevisionPublished function core/modules/content_moderation/src/ModerationInformationInterface.php Determines if the default revision for the given entity is published.
ModerationInformationInterface::isLatestRevision function core/modules/content_moderation/src/ModerationInformationInterface.php Determines if an entity is a latest revision.
ModerationInformationInterface::isLiveRevision function core/modules/content_moderation/src/ModerationInformationInterface.php Determines if an entity is "live".
ModerationInformationTest::isDefaultRevisionPublishedTestCases function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php Test cases for ::testIsDefaultRevisionPublished.
ModerationInformationTest::testGetDefaultRevisionId function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php @covers ::getDefaultRevisionId[[api-linebreak]]
ModerationInformationTest::testGetLatestRevision function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php @covers ::getLatestRevision[[api-linebreak]]
@group legacy
@expectedDeprecation Drupal\content_moderation\ModerationInformation::getLatestRevision is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use…
ModerationInformationTest::testGetLatestRevisionId function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php @covers ::getLatestRevisionId[[api-linebreak]]
@group legacy
@expectedDeprecation Drupal\content_moderation\ModerationInformation::getLatestRevisionId is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use…
ModerationInformationTest::testHasPendingRevision function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php @covers ::hasPendingRevision[[api-linebreak]]
ModerationInformationTest::testIsDefaultRevisionPublished function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php @covers ::isDefaultRevisionPublished[[api-linebreak]]
@dataProvider isDefaultRevisionPublishedTestCases
ModerationInformationTest::testIsDefaultRevisionPublishedMultilingual function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php @covers ::isDefaultRevisionPublished[[api-linebreak]]
ModerationInformationTest::testIsLatestRevision function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php @covers ::isLatestRevision[[api-linebreak]]
@group legacy
@expectedDeprecation Drupal\content_moderation\ModerationInformation::isLatestRevision is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use…
ModerationRevisionRevertTest class core/modules/content_moderation/tests/src/Functional/ModerationRevisionRevertTest.php Test revision revert.
ModerationRevisionRevertTest.php file core/modules/content_moderation/tests/src/Functional/ModerationRevisionRevertTest.php
ModerationRevisionRevertTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ModerationRevisionRevertTest.php The theme to install as the default for testing.
ModerationRevisionRevertTest::$modules property core/modules/content_moderation/tests/src/Functional/ModerationRevisionRevertTest.php Modules to enable.
ModerationRevisionRevertTest::setUp function core/modules/content_moderation/tests/src/Functional/ModerationRevisionRevertTest.php

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