Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
CacheableBadRequestHttpException class core/lib/Drupal/Core/Http/Exception/CacheableBadRequestHttpException.php A cacheable BadRequestHttpException.
CacheableBadRequestHttpException.php file core/lib/Drupal/Core/Http/Exception/CacheableBadRequestHttpException.php
CacheableBadRequestHttpException::__construct function core/lib/Drupal/Core/Http/Exception/CacheableBadRequestHttpException.php
CacheableConflictHttpException class core/lib/Drupal/Core/Http/Exception/CacheableConflictHttpException.php A cacheable ConflictHttpException.
CacheableConflictHttpException.php file core/lib/Drupal/Core/Http/Exception/CacheableConflictHttpException.php
CacheableConflictHttpException::__construct function core/lib/Drupal/Core/Http/Exception/CacheableConflictHttpException.php
CacheableDependencyInterface interface core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php Defines an interface for objects which may be used by other cached objects.
CacheableDependencyInterface.php file core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php
CacheableDependencyInterface::getCacheContexts function core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php The cache contexts associated with this object.
CacheableDependencyInterface::getCacheMaxAge function core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php The maximum age for which this object may be cached.
CacheableDependencyInterface::getCacheTags function core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php The cache tags associated with this object.
CacheableDependencyTrait trait core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php Trait for \Drupal\Core\Cache\CacheableDependencyInterface.
CacheableDependencyTrait.php file core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php
CacheableDependencyTrait::$cacheContexts property core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php Cache contexts.
CacheableDependencyTrait::$cacheMaxAge property core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php Cache max-age.
CacheableDependencyTrait::$cacheTags property core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php Cache tags.
CacheableDependencyTrait::getCacheContexts function core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php
CacheableDependencyTrait::getCacheMaxAge function core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php
CacheableDependencyTrait::getCacheTags function core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php
CacheableDependencyTrait::setCacheability function core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php Sets cacheability; useful for value object constructors.
CacheableEmbeddedDataSource class core/modules/migrate/tests/modules/migrate_cache_counts_test/src/Plugin/migrate/source/CacheableEmbeddedDataSource.php A copy of embedded_data which allows caching the count.
CacheableEmbeddedDataSource.php file core/modules/migrate/tests/modules/migrate_cache_counts_test/src/Plugin/migrate/source/CacheableEmbeddedDataSource.php
CacheableEmbeddedDataSource::count function core/modules/migrate/tests/modules/migrate_cache_counts_test/src/Plugin/migrate/source/CacheableEmbeddedDataSource.php Gets the source count.
CacheableEmbeddedDataSource::doCount function core/modules/migrate/tests/modules/migrate_cache_counts_test/src/Plugin/migrate/source/CacheableEmbeddedDataSource.php Gets the source count.
CacheableExceptionTest class core/tests/Drupal/Tests/Core/Http/CacheableExceptionTest.php Tests Cacheable Exception.
CacheableExceptionTest.php file core/tests/Drupal/Tests/Core/Http/CacheableExceptionTest.php
CacheableExceptionTest::providerTestExceptions function core/tests/Drupal/Tests/Core/Http/CacheableExceptionTest.php
CacheableExceptionTest::testCacheableHttpException function core/tests/Drupal/Tests/Core/Http/CacheableExceptionTest.php Tests cacheable http exception.
CacheableExceptionTest::testExceptions function core/tests/Drupal/Tests/Core/Http/CacheableExceptionTest.php Tests exceptions.
CacheableGoneHttpException class core/lib/Drupal/Core/Http/Exception/CacheableGoneHttpException.php A cacheable GoneHttpException.
CacheableGoneHttpException.php file core/lib/Drupal/Core/Http/Exception/CacheableGoneHttpException.php
CacheableGoneHttpException::__construct function core/lib/Drupal/Core/Http/Exception/CacheableGoneHttpException.php
CacheableHttpException class core/lib/Drupal/Core/Http/Exception/CacheableHttpException.php A cacheable HttpException.
CacheableHttpException.php file core/lib/Drupal/Core/Http/Exception/CacheableHttpException.php
CacheableHttpException::__construct function core/lib/Drupal/Core/Http/Exception/CacheableHttpException.php
CacheableJsonResponse class core/lib/Drupal/Core/Cache/CacheableJsonResponse.php A JsonResponse that contains and can expose cacheability metadata.
CacheableJsonResponse.php file core/lib/Drupal/Core/Cache/CacheableJsonResponse.php
CacheableLengthRequiredHttpException class core/lib/Drupal/Core/Http/Exception/CacheableLengthRequiredHttpException.php A cacheable LengthRequiredHttpException.
CacheableLengthRequiredHttpException.php file core/lib/Drupal/Core/Http/Exception/CacheableLengthRequiredHttpException.php
CacheableLengthRequiredHttpException::__construct function core/lib/Drupal/Core/Http/Exception/CacheableLengthRequiredHttpException.php
CacheableMetadata class core/lib/Drupal/Core/Cache/CacheableMetadata.php Defines a generic class for passing cacheability metadata.
CacheableMetadata.php file core/lib/Drupal/Core/Cache/CacheableMetadata.php
CacheableMetadata::applyTo function core/lib/Drupal/Core/Cache/CacheableMetadata.php Applies the values of this CacheableMetadata object to a render array.
CacheableMetadata::createFromObject function core/lib/Drupal/Core/Cache/CacheableMetadata.php Creates a CacheableMetadata object from a depended object.
CacheableMetadata::createFromRenderArray function core/lib/Drupal/Core/Cache/CacheableMetadata.php Creates a CacheableMetadata object with values taken from a render array.
CacheableMetadata::getCacheContexts function core/lib/Drupal/Core/Cache/CacheableMetadata.php The cache contexts associated with this object.
CacheableMetadata::getCacheMaxAge function core/lib/Drupal/Core/Cache/CacheableMetadata.php The maximum age for which this object may be cached.
CacheableMetadata::getCacheTags function core/lib/Drupal/Core/Cache/CacheableMetadata.php The cache tags associated with this object.
CacheableMetadata::merge function core/lib/Drupal/Core/Cache/CacheableMetadata.php Merges the values of another CacheableMetadata object with this one.
CacheableMetadata::setCacheContexts function core/lib/Drupal/Core/Cache/CacheableMetadata.php Sets cache contexts.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.