Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| VariantBase::adminLabel | function | core/ |
Returns the admin-facing display variant label. |
| VariantBase::buildConfigurationForm | function | core/ |
Form constructor. |
| VariantBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| VariantBase::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| VariantBase::getConfiguration | function | core/ |
Gets this plugin's configuration. |
| VariantBase::getWeight | function | core/ |
Returns the weight of the display variant. |
| VariantBase::id | function | core/ |
Returns the unique ID for the display variant. |
| VariantBase::label | function | core/ |
Returns the user-facing display variant label. |
| VariantBase::setWeight | function | core/ |
Sets the weight of the display variant. |
| VariantBase::submitConfigurationForm | function | core/ |
Form submission handler. |
| VariantBase::validateConfigurationForm | function | core/ |
Form validation handler. |
| VariantInterface::access | function | core/ |
Determines if this display variant is accessible. |
| VariantInterface::setWeight | function | core/ |
Sets the weight of the display variant. |
| VariantManager::__construct | function | core/ |
Constructs a new VariantManager. |
| VariationCache::createCacheIdFast | function | core/ |
Creates a cache ID based on cache keys and cacheable metadata. |
| VariationCache::reset | function | core/ |
Reset statically cached variables. |
| VariationCache::set | function | core/ |
Stores data in the cache. |
| VariationCache::__construct | function | core/ |
Constructs a new VariationCache object. |
| VariationCacheFactory::$bins | property | core/ |
Instantiated variation cache bins. |
| VariationCacheFactory::__construct | function | core/ |
Constructs a new VariationCacheFactory object. |
| 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. |
| VariationCacheTest::$housingTypeCacheability | property | core/ |
The cacheability for something that only varies per housing type. |
| VariationCacheTest::$memoryBackend | property | core/ |
The backend used by the variation cache. |
| VariationCacheTest::$requestStack | property | core/ |
The mock request stack. |
| VariationCacheTest::$solarType | property | core/ |
The simulated current user's solar panel type. |
| VariationCacheTest::$variationCache | property | core/ |
The variation cache instance. |
| VariationCacheTest::assertCacheBackendItem | function | core/ |
Asserts that an item was properly stored in the cache backend. |
| VariationCacheTest::assertVariationCacheItem | function | core/ |
Asserts that an item was properly stored in the variation cache. |
| VariationCacheTest::assertVariationCacheMiss | function | core/ |
Asserts that an item could not be retrieved from the variation cache. |
| VariationCacheTest::getSortedCacheId | function | core/ |
Creates the sorted cache ID from cache ID parts. |
| VariationCacheTest::setUp | function | core/ |
|
| VariationCacheTest::setVariationCacheItem | function | core/ |
Stores an item in the variation cache. |
| VariationCacheTest::testIncompatibleChainedRedirectsComplexException | function | core/ |
Tests the same as above, but even more complex. |
| VariationCacheTest::testIncompatibleChainedRedirectsException | function | core/ |
Tests the same as above, but with more redirects. |
| VariationCacheTest::testIncompatibleRedirectsException | function | core/ |
Tests exception for a cache item that has incompatible cache redirects. |
| VariationCacheTest::testIncompleteRedirectException | function | core/ |
Tests exception for a cache item that has an incomplete redirect. |
| VariationCacheTest::testIncompleteVariationsException | function | core/ |
Tests exception for a cache item that has incomplete variations. |
| VariationCacheTest::testNestedVariations | function | core/ |
Tests a cache item that has nested variations. |
| VariationCacheTest::testNestedVariationsSelfHealing | function | core/ |
Tests a cache item that has nested variations that trigger self-healing. |
| VariationCacheTest::testNoVariations | function | core/ |
Tests a cache item that has no variations. |
Pagination
- Previous page
- Page 1552
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.