class CacheableTestResponse in Drupal 8
Same name and namespace in other branches
- 9 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 \Symfony\Component\HttpFoundation\Response implements CacheableResponseInterface uses CacheableResponseTrait
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CacheableResponseTrait:: |
protected | property | The cacheability metadata. | |
CacheableResponseTrait:: |
public | function | ||
CacheableResponseTrait:: |
public | function |