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
RevisionLinkDelete::getDefaultLabel function core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php Returns the default label for this link.
RevisionLinkDelete::getUrlInfo function core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php Returns the URI elements of the link.
RevisionLinkRevert class core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php Field handler to present a link to revert a node to a revision.
RevisionLinkRevert.php file core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php
RevisionLinkRevert::getDefaultLabel function core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php Returns the default label for this link.
RevisionLinkRevert::getUrlInfo function core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php Returns the URI elements of the link.
RevisionLinkTest class core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php Tests the different revision link handlers.
RevisionLinkTest.php file core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php
RevisionLinkTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php The theme to install as the default for testing.
RevisionLinkTest::$testViews property core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php Views used by this test.
RevisionLinkTest::testRevisionLinks function core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php Tests revision links.
RevisionLogEntityTrait trait core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Provides a trait for accessing revision logging and ownership information.
RevisionLogEntityTrait.php file core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php
RevisionLogEntityTrait::getRevisionCreationTime function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime().
RevisionLogEntityTrait::getRevisionLogMessage function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage().
RevisionLogEntityTrait::getRevisionMetadataKey function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Gets the name of a revision metadata field.
RevisionLogEntityTrait::getRevisionUser function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser().
RevisionLogEntityTrait::getRevisionUserId function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId().
RevisionLogEntityTrait::revisionLogBaseFieldDefinitions function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Provides revision-related base field definitions for an entity type.
RevisionLogEntityTrait::setRevisionCreationTime function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionCreationTime().
RevisionLogEntityTrait::setRevisionLogMessage function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionLogMessage().
RevisionLogEntityTrait::setRevisionUser function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUser().
RevisionLogEntityTrait::setRevisionUserId function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUserId().
RevisionLogInterface interface core/lib/Drupal/Core/Entity/RevisionLogInterface.php Defines methods for an entity that supports revision logging and ownership.
RevisionLogInterface.php file core/lib/Drupal/Core/Entity/RevisionLogInterface.php
RevisionLogInterface::getRevisionCreationTime function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Gets the entity revision creation timestamp.
RevisionLogInterface::getRevisionLogMessage function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Returns the entity revision log message.
RevisionLogInterface::getRevisionUser function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Gets the entity revision author.
RevisionLogInterface::getRevisionUserId function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Gets the entity revision author ID.
RevisionLogInterface::setRevisionCreationTime function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Sets the entity revision creation timestamp.
RevisionLogInterface::setRevisionLogMessage function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Sets the entity revision log message.
RevisionLogInterface::setRevisionUser function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Sets the entity revision author.
RevisionLogInterface::setRevisionUserId function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Sets the entity revision author by ID.
RevisionRelationshipsTest class core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php Tests the integration of node_revision table of node module.
RevisionRelationshipsTest class core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php Tests the integration of block_content_revision table.
RevisionRelationshipsTest.php file core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php
RevisionRelationshipsTest.php file core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php
RevisionRelationshipsTest::$modules property core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php Modules to enable.
RevisionRelationshipsTest::$modules property core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php Modules to enable.
RevisionRelationshipsTest::$testViews property core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php Views used by this test.
RevisionRelationshipsTest::$testViews property core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php Views used by this test.
RevisionRelationshipsTest::setUp function core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php
RevisionRelationshipsTest::testBlockContentRevisionRelationship function core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php Create a block_content with revision and rest result count for both views.
RevisionRelationshipsTest::testNodeRevisionRelationship function core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php Create a node with revision and rest result count for both views.
RevisionUidTest class core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Tests the node_revision_uid field.
RevisionUidTest.php file core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php
RevisionUidTest::$columnMap property core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Map column names.
RevisionUidTest::$modules property core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Modules to enable.
RevisionUidTest::$testViews property core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Views used by this test.
RevisionUidTest::setUp function core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php

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