Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| CacheableDependencyTrait.php | file | core/ |
|
| CacheableDependencyTrait::$cacheContexts | property | core/ |
Cache contexts. |
| CacheableDependencyTrait::$cacheMaxAge | property | core/ |
Cache max-age. |
| CacheableDependencyTrait::$cacheTags | property | core/ |
Cache tags. |
| CacheableDependencyTrait::getCacheContexts | function | core/ |
|
| CacheableDependencyTrait::getCacheMaxAge | function | core/ |
|
| CacheableDependencyTrait::getCacheTags | function | core/ |
|
| CacheableDependencyTrait::setCacheability | function | core/ |
Sets cacheability; useful for value object constructors. |
| CacheableEmbeddedDataSource | class | core/ |
A copy of embedded_data which allows caching the count. |
| CacheableEmbeddedDataSource.php | file | core/ |
|
| CacheableEmbeddedDataSource::count | function | core/ |
Gets the source count. |
| CacheableEmbeddedDataSource::doCount | function | core/ |
Gets the source count. |
| CacheableExceptionTest | class | core/ |
Tests Cacheable Exception. |
| CacheableExceptionTest.php | file | core/ |
|
| CacheableExceptionTest::providerTestExceptions | function | core/ |
|
| CacheableExceptionTest::testCacheableHttpException | function | core/ |
Tests cacheable http exception. |
| CacheableExceptionTest::testExceptions | function | core/ |
Tests exceptions. |
| CacheableGoneHttpException | class | core/ |
A cacheable GoneHttpException. |
| CacheableGoneHttpException.php | file | core/ |
|
| CacheableGoneHttpException::__construct | function | core/ |
|
| CacheableHttpException | class | core/ |
A cacheable HttpException. |
| CacheableHttpException.php | file | core/ |
|
| CacheableHttpException::__construct | function | core/ |
|
| CacheableJsonResponse | class | core/ |
A JsonResponse that contains and can expose cacheability metadata. |
| CacheableJsonResponse.php | file | core/ |
|
| CacheableLengthRequiredHttpException | class | core/ |
A cacheable LengthRequiredHttpException. |
| CacheableLengthRequiredHttpException.php | file | core/ |
|
| CacheableLengthRequiredHttpException::__construct | function | core/ |
|
| CacheableMetadata | class | core/ |
Defines a generic class for passing cacheability metadata. |
| CacheableMetadata.php | file | core/ |
|
| CacheableMetadata::applyTo | function | core/ |
Applies the values of this CacheableMetadata object to a render array. |
| CacheableMetadata::createFromObject | function | core/ |
Creates a CacheableMetadata object from a depended object. |
| CacheableMetadata::createFromRenderArray | function | core/ |
Creates a CacheableMetadata object with values taken from a render array. |
| CacheableMetadata::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| CacheableMetadata::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| CacheableMetadata::getCacheTags | function | core/ |
The cache tags associated with this object. |
| CacheableMetadata::merge | function | core/ |
Merges the values of another CacheableMetadata object with this one. |
| CacheableMetadata::setCacheContexts | function | core/ |
Sets cache contexts. |
Pagination
- Previous page
- Page 140
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.