Search for all
Title | Object type | File name | Summary |
---|---|---|---|
CacheableMetadataTest.php | file | core/ |
|
CacheableMetadataTest::providerSetCacheMaxAge | function | core/ |
Data provider for testSetCacheMaxAge. |
CacheableMetadataTest::providerTestCreateFromObject | function | core/ |
Provides test data for createFromObject(). |
CacheableMetadataTest::providerTestCreateFromRenderArray | function | core/ |
Provides test data for createFromRenderArray(). |
CacheableMetadataTest::providerTestMerge | function | core/ |
Provides test data for testMerge(). |
CacheableMetadataTest::testAddCacheableDependency | function | core/ |
@covers ::addCacheableDependency[[api-linebreak]] @dataProvider providerTestMerge |
CacheableMetadataTest::testAddCacheTags | function | core/ |
This delegates to Cache::mergeTags(), so just a basic test. |
CacheableMetadataTest::testCreateFromObject | function | core/ |
@covers ::createFromObject[[api-linebreak]] @dataProvider providerTestCreateFromObject |
CacheableMetadataTest::testCreateFromRenderArray | function | core/ |
@covers ::createFromRenderArray[[api-linebreak]] @dataProvider providerTestCreateFromRenderArray |
CacheableMetadataTest::testMerge | function | core/ |
@covers ::merge[[api-linebreak]] @dataProvider providerTestMerge |
CacheableMetadataTest::testSetCacheMaxAge | function | core/ |
Tests valid and invalid values as max age. |
CacheableMethodNotAllowedHttpException | class | core/ |
A cacheable MethodNotAllowedHttpException. |
CacheableMethodNotAllowedHttpException.php | file | core/ |
|
CacheableMethodNotAllowedHttpException::__construct | function | core/ |
|
CacheableNormalization | class | core/ |
Use to store normalized data and its cacheability. |
CacheableNormalization.php | file | core/ |
|
CacheableNormalization::$normalization | property | core/ |
A normalized value. |
CacheableNormalization::aggregate | function | core/ |
Collects an array of CacheableNormalizations into a single instance. |
CacheableNormalization::getNormalization | function | core/ |
Gets the decorated normalization. |
CacheableNormalization::hasNoNestedInstances | function | core/ |
Ensures that no nested values are instances of this class. |
CacheableNormalization::omitIfEmpty | function | core/ |
Converts the object to a CacheableOmission if the normalization is empty. |
CacheableNormalization::permanent | function | core/ |
Creates a CacheableNormalization instance without any special cacheability. |
CacheableNormalization::withCacheableDependency | function | core/ |
Gets a new CacheableNormalization with an additional dependency. |
CacheableNormalization::__construct | function | core/ |
CacheableNormalization constructor. |
CacheableNormalizerInterface | interface | core/ |
Defines the interface for normalizers producing cacheable normalizations. |
CacheableNormalizerInterface.php | file | core/ |
|
CacheableNormalizerInterface::SERIALIZATION_CONTEXT_CACHEABILITY | constant | core/ |
Name of key for bubbling cacheability metadata via serialization context. |
CacheableNotAcceptableHttpException | class | core/ |
A cacheable NotAcceptableHttpException. |
CacheableNotAcceptableHttpException.php | file | core/ |
|
CacheableNotAcceptableHttpException::__construct | function | core/ |
|
CacheableNotFoundHttpException | class | core/ |
A cacheable NotFoundHttpException. |
CacheableNotFoundHttpException.php | file | core/ |
|
CacheableNotFoundHttpException::__construct | function | core/ |
|
CacheableOmission | class | core/ |
Represents the cacheability associated with the omission of a value. |
CacheableOmission.php | file | core/ |
|
CacheableOmission::getNormalization | function | core/ |
A CacheableOmission should never have its normalization retrieved. |
CacheableOmission::permanent | function | core/ |
Creates a CacheableNormalization instance without any special cacheability. |
CacheableOmission::__construct | function | core/ |
CacheableOmission constructor. |
CacheablePreconditionFailedHttpException | class | core/ |
A cacheable PreconditionFailedHttpException. |
CacheablePreconditionFailedHttpException.php | file | core/ |
|
CacheablePreconditionFailedHttpException::__construct | function | core/ |
|
CacheablePreconditionRequiredHttpException | class | core/ |
A cacheable PreconditionRequiredHttpException. |
CacheablePreconditionRequiredHttpException.php | file | core/ |
|
CacheablePreconditionRequiredHttpException::__construct | function | core/ |
|
CacheableRedirectResponse | class | core/ |
A RedirectResponse that contains and can expose cacheability metadata. |
CacheableRedirectResponse.php | file | core/ |
|
CacheableResourceResponse | class | core/ |
Extends ResourceResponse with cacheability. |
CacheableResourceResponse.php | file | core/ |
|
CacheableResponse | class | core/ |
A response that contains and can expose cacheability metadata. |
CacheableResponse.php | file | core/ |
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.