Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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 install.
RevisionRelationshipsTest::$modules property core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php Modules to install.
RevisionRelationshipsTest::$testViews property core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php Views used by this test.
RevisionRelationshipsTest::$testViews property core/modules/node/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.
RevisionRevertForm class core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Provides a form for reverting an entity revision.
RevisionRevertForm.php file core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php
RevisionRevertForm::$entityTypeManager property core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php The entity type manager.
RevisionRevertForm::$moduleHandler property core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php The module handler.
RevisionRevertForm::$operation property core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php The entity operation.
RevisionRevertForm::$revision property core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php The entity revision.
RevisionRevertForm::buildEntity function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Builds an updated entity object based upon the submitted form values.
RevisionRevertForm::buildForm function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Form constructor.
RevisionRevertForm::create function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Instantiates a new instance of this class.
RevisionRevertForm::currentUser function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Gets the current user.
RevisionRevertForm::getBaseFormId function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Returns a string identifying the base form.
RevisionRevertForm::getBundleLabel function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Returns the bundle label of an entity.
RevisionRevertForm::getCancelUrl function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Returns the route to go to if the user cancels the action.
RevisionRevertForm::getConfirmText function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Returns a caption for the button that confirms the action.
RevisionRevertForm::getDescription function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Returns additional text to display as a description.
RevisionRevertForm::getEntity function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Gets the form entity.
RevisionRevertForm::getEntityFromRouteMatch function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Determines which entity will be used by this form from a RouteMatch object.
RevisionRevertForm::getFormId function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Returns a unique string identifying the form.
RevisionRevertForm::getOperation function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Gets the operation identifying the form.
RevisionRevertForm::getQuestion function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Returns the question to ask the user.
RevisionRevertForm::prepareRevision function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Prepares a revision to be reverted.
RevisionRevertForm::save function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Form submission handler for the 'save' action.
RevisionRevertForm::setEntity function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Sets the form entity.
RevisionRevertForm::setEntityTypeManager function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Sets the entity type manager for this form.
RevisionRevertForm::setModuleHandler function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Sets the module handler for this form.
RevisionRevertForm::setOperation function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Sets the operation for this form.
RevisionRevertForm::submitForm function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Form submission handler.

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