Search for d
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
CacheableBadRequestHttpException | class | core/ |
A cacheable BadRequestHttpException. |
CacheableBadRequestHttpException.php | file | core/ |
|
CacheableBadRequestHttpException::__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/ |
#[\ReturnTypeWillChange] |
CacheableEmbeddedDataSource::doCount | function | core/ |
Gets the source count. |
CacheableExceptionTest::providerTestExceptions | function | 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. |
CacheableMetadata::setCacheMaxAge | function | core/ |
Sets the maximum age (in seconds). |
CacheableMetadata::setCacheTags | function | core/ |
Sets cache tags. |
Pagination
- Previous page
- Page 77
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.