Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
VariantInterface::access function core/lib/Drupal/Core/Display/VariantInterface.php Determines if this display variant is accessible.
VariantInterface::adminLabel function core/lib/Drupal/Core/Display/VariantInterface.php Returns the admin-facing display variant label.
VariantInterface::build function core/lib/Drupal/Core/Display/VariantInterface.php Builds and returns the renderable array for the display variant.
VariantInterface::getWeight function core/lib/Drupal/Core/Display/VariantInterface.php Returns the weight of the display variant.
VariantInterface::id function core/lib/Drupal/Core/Display/VariantInterface.php Returns the unique ID for the display variant.
VariantInterface::label function core/lib/Drupal/Core/Display/VariantInterface.php Returns the user-facing display variant label.
VariantInterface::setWeight function core/lib/Drupal/Core/Display/VariantInterface.php Sets the weight of the display variant.
VariantManager class core/lib/Drupal/Core/Display/VariantManager.php Manages discovery of display variant plugins.
VariantManager.php file core/lib/Drupal/Core/Display/VariantManager.php
VariantManager::__construct function core/lib/Drupal/Core/Display/VariantManager.php Constructs a new VariantManager.
VariationCache class core/lib/Drupal/Core/Cache/VariationCache.php Wraps a regular cache backend to make it support cache contexts.
VariationCache.php file core/lib/Drupal/Core/Cache/VariationCache.php
VariationCache::$redirectChainCache property core/lib/Drupal/Core/Cache/VariationCache.php Stores redirect chain lookups until the next set, invalidate or delete.
VariationCache::createCacheId function core/lib/Drupal/Core/Cache/VariationCache.php Creates a cache ID based on cache keys and cacheable metadata.
VariationCache::createCacheIdFast function core/lib/Drupal/Core/Cache/VariationCache.php Creates a cache ID based on cache keys and cacheable metadata.
VariationCache::delete function core/lib/Drupal/Core/Cache/VariationCache.php
VariationCache::get function core/lib/Drupal/Core/Cache/VariationCache.php
VariationCache::getMultiple function core/lib/Drupal/Core/Cache/VariationCache.php
VariationCache::getRedirectChain function core/lib/Drupal/Core/Cache/VariationCache.php Performs a full get, returning every step of the way.
VariationCache::getValidatedCachedRedirectChain function core/lib/Drupal/Core/Cache/VariationCache.php Retrieved the redirect chain from cache, validating each part.
VariationCache::invalidate function core/lib/Drupal/Core/Cache/VariationCache.php
VariationCache::maxAgeToExpire function core/lib/Drupal/Core/Cache/VariationCache.php Maps a max-age value to an "expire" value for the Cache API.
VariationCache::reset function core/lib/Drupal/Core/Cache/VariationCache.php Reset statically cached variables.
VariationCache::set function core/lib/Drupal/Core/Cache/VariationCache.php
VariationCache::__construct function core/lib/Drupal/Core/Cache/VariationCache.php Constructs a new VariationCache object.
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
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.
VariationCacheInterface interface core/lib/Drupal/Core/Cache/VariationCacheInterface.php Defines an interface for variation cache implementations.
VariationCacheInterface.php file core/lib/Drupal/Core/Cache/VariationCacheInterface.php
VariationCacheInterface::delete function core/lib/Drupal/Core/Cache/VariationCacheInterface.php Deletes an item from the cache.
VariationCacheInterface::get function core/lib/Drupal/Core/Cache/VariationCacheInterface.php Gets a cache entry based on cache keys.
VariationCacheInterface::getMultiple function core/lib/Drupal/Core/Cache/VariationCacheInterface.php Gets multiple cache entries based on a set of cache keys.
VariationCacheInterface::invalidate function core/lib/Drupal/Core/Cache/VariationCacheInterface.php Marks a cache item as invalid.
VariationCacheInterface::set function core/lib/Drupal/Core/Cache/VariationCacheInterface.php Stores data in the cache.
VariationCacheTest class core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Tests Drupal\Core\Cache\VariationCache.
VariationCacheTest.php file core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php
VariationCacheTest::$cacheContextsManager property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The mock cache contexts manager.
VariationCacheTest::$cacheIdBase property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The cache ID for the cache keys, without taking contexts into account.
VariationCacheTest::$cacheKeys property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The cache keys this test will store things under.
VariationCacheTest::$gardenType property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The simulated current user's garden type.
VariationCacheTest::$gardenTypeCacheability property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The cacheability for something that varies per housing and garden type.
VariationCacheTest::$houseOrientation property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The simulated current user's house's orientation.
VariationCacheTest::$houseOrientationCacheability property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The cacheability for varying per housing, garden and orientation.
VariationCacheTest::$housingType property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The simulated current user's housing type.

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