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