class CacheableTestResponse
Same name and namespace in other branches
- 8.9.x core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestResponse.php \Drupal\early_rendering_controller_test\CacheableTestResponse
- 10 core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestResponse.php \Drupal\early_rendering_controller_test\CacheableTestResponse
- 11.x core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestResponse.php \Drupal\early_rendering_controller_test\CacheableTestResponse
Hierarchy
- class \Drupal\early_rendering_controller_test\CacheableTestResponse extends \Drupal\Core\Cache\CacheableResponseInterface uses \Drupal\Core\Cache\CacheableResponseTrait implements \Symfony\Component\HttpFoundation\Response
Expanded class hierarchy of CacheableTestResponse
File
-
core/
modules/ system/ tests/ modules/ early_rendering_controller_test/ src/ CacheableTestResponse.php, line 9
Namespace
Drupal\early_rendering_controller_testView source
class CacheableTestResponse extends Response implements CacheableResponseInterface {
use CacheableResponseTrait;
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
CacheableResponseTrait::$cacheabilityMetadata | protected | property | The cacheability metadata. |
CacheableResponseTrait::addCacheableDependency | public | function | |
CacheableResponseTrait::getCacheableMetadata | public | function |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.