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 main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| cache.migrate | service | core/ |
Drupal\Core\Cache\CacheBackendInterface |
| cache.page | service | core/ |
Drupal\Core\Cache\CacheBackendInterface |
| Cache.php | file | core/ |
|
| cache.render | service | core/ |
Drupal\Core\Cache\CacheBackendInterface |
| cache.rest | service | core/ |
Drupal\Core\Cache\CacheBackendInterface |
| cache.static | service | core/ |
Drupal\Core\Cache\CacheBackendInterface |
| cache.toolbar | service | core/ |
Drupal\Core\Cache\CacheBackendInterface |
| Cache::buildTags | function | core/ |
Build a list of cache tags from a given prefix and an array of suffixes. |
| Cache::getBins | function | core/ |
Gets all cache bin services. |
| Cache::getMemoryBins | function | core/ |
Gets all memory cache bin services. |
| Cache::invalidateTags | function | core/ |
Marks cache items from all bins with any of the specified tags as invalid. |
| Cache::mergeContexts | function | core/ |
Merges lists of cache contexts and removes duplicates. |
| Cache::mergeMaxAges | function | core/ |
Merges max-age values (expressed in seconds), finds the lowest max-age. |
| Cache::mergeTags | function | core/ |
Merges lists of cache tags and removes duplicates. |
| Cache::PERMANENT | constant | core/ |
Indicates that the item should never be removed unless explicitly deleted. |
| CacheabilityMetadataConfigOverride | class | core/ |
Test implementation of a config override that provides cacheability metadata. |
| CacheabilityMetadataConfigOverride.php | file | core/ |
|
| CacheabilityMetadataConfigOverride::createConfigObject | function | core/ |
Creates a configuration object for use during install and synchronization. |
| CacheabilityMetadataConfigOverride::getCacheableMetadata | function | core/ |
Gets the cacheability metadata associated with the config factory override. |
| CacheabilityMetadataConfigOverride::getCacheSuffix | function | core/ |
The string to append to the configuration static cache name. |
| CacheabilityMetadataConfigOverride::loadOverrides | function | core/ |
Returns config overrides. |
| CacheabilityMetadataConfigOverrideIntegrationTest | class | core/ |
Tests if configuration overrides correctly affect cacheability metadata. |
| CacheabilityMetadataConfigOverrideIntegrationTest.php | file | core/ |
|
| CacheabilityMetadataConfigOverrideIntegrationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CacheabilityMetadataConfigOverrideIntegrationTest::$modules | property | core/ |
Modules to install. |
| CacheabilityMetadataConfigOverrideIntegrationTest::setUp | function | core/ |
|
| CacheabilityMetadataConfigOverrideIntegrationTest::testConfigOverride | function | core/ |
Tests if config overrides correctly set cacheability metadata. |
| CacheabilityMetadataConfigOverrideTest | class | core/ |
Tests if configuration overrides correctly affect cacheability metadata. |
| CacheabilityMetadataConfigOverrideTest.php | file | core/ |
|
| CacheabilityMetadataConfigOverrideTest::$modules | property | core/ |
Modules to install. |
| CacheabilityMetadataConfigOverrideTest::setUp | function | core/ |
|
| CacheabilityMetadataConfigOverrideTest::testConfigEntityOverride | function | core/ |
Tests if config overrides set cacheability metadata on config entities. |
| CacheabilityMetadataConfigOverrideTest::testConfigOverride | function | core/ |
Tests if config overrides correctly set cacheability metadata. |
| CacheableAccessDeniedHttpException | class | core/ |
A cacheable AccessDeniedHttpException. |
| CacheableAccessDeniedHttpException.php | file | core/ |
|
| CacheableAccessDeniedHttpException::__construct | function | core/ |
|
| CacheableAjaxResponse | class | core/ |
A AjaxResponse that contains and can expose cacheability metadata. |
| CacheableAjaxResponse.php | file | core/ |
|
| CacheableBadRequestHttpException | class | core/ |
A cacheable BadRequestHttpException. |
| CacheableBadRequestHttpException.php | file | core/ |
|
| CacheableBadRequestHttpException::__construct | function | core/ |
|
| CacheableConflictHttpException | class | core/ |
A cacheable ConflictHttpException. |
| CacheableConflictHttpException.php | file | core/ |
|
| CacheableConflictHttpException::__construct | function | core/ |
|
| CacheableDependencyInterface | interface | core/ |
Defines an interface for objects which may be used by other cached objects. |
| CacheableDependencyInterface.php | file | core/ |
|
| CacheableDependencyInterface::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| CacheableDependencyInterface::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| CacheableDependencyInterface::getCacheTags | function | core/ |
The cache tags associated with this object. |
| CacheableDependencyTrait | trait | core/ |
Trait for \Drupal\Core\Cache\CacheableDependencyInterface. |
Pagination
- Previous page
- Page 145
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.