Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
VariableTest::testCallableToString function core/tests/Drupal/Tests/Component/Utility/VariableTest.php Tests generating a human-readable name for a callable.
VariableTranslation::initializeIterator function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Initializes the iterator with the source data.
VariableTranslation::initializeIterator function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Initializes the iterator with the source data.
VariationCache::maxAgeToExpire function core/lib/Drupal/Core/Cache/VariationCache.php Maps a max-age value to an "expire" value for the Cache API.
VariationCacheFactory class core/lib/Drupal/Core/Cache/VariationCacheFactory.php Defines the variation cache factory.
VariationCacheFactory.php file core/lib/Drupal/Core/Cache/VariationCacheFactory.php
VariationCacheFactory::$bins property core/lib/Drupal/Core/Cache/VariationCacheFactory.php Instantiated variation cache bins.
VariationCacheFactory::get function core/lib/Drupal/Core/Cache/VariationCacheFactory.php Gets a variation cache for a given cache bin.
VariationCacheFactory::__construct function core/lib/Drupal/Core/Cache/VariationCacheFactory.php Constructs a new VariationCacheFactory object.
VariationCacheFactoryInterface interface core/lib/Drupal/Core/Cache/VariationCacheFactoryInterface.php An interface defining variation cache factory classes.
VariationCacheFactoryInterface.php file core/lib/Drupal/Core/Cache/VariationCacheFactoryInterface.php
VariationCacheFactoryInterface::get function core/lib/Drupal/Core/Cache/VariationCacheFactoryInterface.php Gets a variation cache for a given cache bin.
variation_cache_factory service core/core.services.yml Drupal\Core\Cache\VariationCacheFactory
VendorHardeningPlugin::onPostAutoloadDump function composer/Plugin/VendorHardening/VendorHardeningPlugin.php POST_AUTOLOAD_DUMP event handler.
VersionHistoryController class core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Provides a controller showing revision history for an entity.
VersionHistoryController.php file core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php
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.

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