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 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
VersionHistoryController::buildDeleteRevisionLink function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Builds a link to delete an entity revision.
VersionHistoryController::buildRevertRevisionLink function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Builds a link to revert an entity revision.
VersionHistoryController::buildRow function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Builds a table row for a revision.
VersionHistoryController::getOperationLinks function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Get operations for an entity revision.
VersionHistoryController::getRevisionDescription function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Get a description of the revision.
VersionHistoryController::getRevisionDescriptionDateFormat function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Date format to use for revision description dates.
VersionHistoryController::loadRevisions function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Generates revisions of an entity relevant to the current language.
VersionHistoryController::revisionOverview function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Generates an overview table of revisions of an entity.
VersionHistoryController::REVISIONS_PER_PAGE constant core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php
VersionHistoryController::__construct function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Constructs a new VersionHistoryController.
VersionHistoryController::__invoke function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Generates an overview table of revisions for an entity.
VersionHistoryLocalTasks class core/lib/Drupal/Core/Entity/Plugin/Derivative/VersionHistoryLocalTasks.php Provides version history local tasks for revisionable entities.
VersionHistoryLocalTasks.php file core/lib/Drupal/Core/Entity/Plugin/Derivative/VersionHistoryLocalTasks.php
VersionHistoryLocalTasks::create function core/lib/Drupal/Core/Entity/Plugin/Derivative/VersionHistoryLocalTasks.php Creates a new class instance.
VersionHistoryLocalTasks::getDerivativeDefinitions function core/lib/Drupal/Core/Entity/Plugin/Derivative/VersionHistoryLocalTasks.php Gets the definition of all derivatives of a base plugin.
VersionHistoryLocalTasks::__construct function core/lib/Drupal/Core/Entity/Plugin/Derivative/VersionHistoryLocalTasks.php Creates a new VersionHistoryLocalTasks instance.
VersionNegotiator class core/modules/jsonapi/src/Revisions/VersionNegotiator.php Provides a version negotiator manager.
VersionNegotiator.php file core/modules/jsonapi/src/Revisions/VersionNegotiator.php
VersionNegotiator::$negotiators property core/modules/jsonapi/src/Revisions/VersionNegotiator.php An array of named version negotiators.
VersionNegotiator::addVersionNegotiator function core/modules/jsonapi/src/Revisions/VersionNegotiator.php Adds a version negotiator.
VersionNegotiator::getRevision function core/modules/jsonapi/src/Revisions/VersionNegotiator.php Gets a negotiated entity revision.
VersionNegotiator::SEPARATOR constant core/modules/jsonapi/src/Revisions/VersionNegotiator.php The separator between the version negotiator name and the version argument.
VersionNegotiator::throwBadRequestHttpException function core/modules/jsonapi/src/Revisions/VersionNegotiator.php Throws a cacheable error exception.
VersionNegotiator::throwNotFoundHttpException function core/modules/jsonapi/src/Revisions/VersionNegotiator.php Throws a cacheable error exception.
VersionNegotiatorInterface interface core/modules/jsonapi/src/Revisions/VersionNegotiatorInterface.php Defines the common interface for all version negotiators.
VersionNegotiatorInterface.php file core/modules/jsonapi/src/Revisions/VersionNegotiatorInterface.php
VersionNegotiatorInterface::getRevision function core/modules/jsonapi/src/Revisions/VersionNegotiatorInterface.php Gets the identified revision.
VersionNegotiatorTest class core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The test class for version negotiators.
VersionNegotiatorTest.php file core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php
VersionNegotiatorTest::$modules property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php Modules to install.
VersionNegotiatorTest::$node property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The node.
VersionNegotiatorTest::$node2 property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The other node.
VersionNegotiatorTest::$nodePreviousRevisionId property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The previous revision ID of $node.
VersionNegotiatorTest::$user property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The user.
VersionNegotiatorTest::$versionNegotiator property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The version negotiator service.
VersionNegotiatorTest::setUp function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php
VersionNegotiatorTest::testCurrentVersion function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php Tests current version.
VersionNegotiatorTest::testInvalidRevisionId function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php Tests invalid revision id.
VersionNegotiatorTest::testInvalidRevisionRel function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php Tests invalid revision rel.
VersionNegotiatorTest::testLatestVersion function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php Tests latest version.
VersionNegotiatorTest::testOldRevision function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php Tests old revision.
VersionNotFoundException class core/modules/jsonapi/src/Revisions/VersionNotFoundException.php Used when a version ID is valid, but the requested version does not exist.
VersionNotFoundException.php file core/modules/jsonapi/src/Revisions/VersionNotFoundException.php
VersionNotFoundException::__construct function core/modules/jsonapi/src/Revisions/VersionNotFoundException.php
versions.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/versions.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/versions.libraries.yml
VersionTest class core/modules/ckeditor5/tests/src/Unit/VersionTest.php Test the CKEditor version.
VersionTest.php file core/modules/ckeditor5/tests/src/Unit/VersionTest.php
VersionTest::testVersionAlignment function core/modules/ckeditor5/tests/src/Unit/VersionTest.php Ensure that CKEditor5 versions are aligned.
vertical-tabs.css file core/themes/stable9/css/core/vertical-tabs.css Vertical Tabs.
vertical-tabs.css file core/themes/claro/css/components/vertical-tabs.css Vertical tabs module.

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