You are here

class CacheableTestResponse in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestResponse.php \Drupal\early_rendering_controller_test\CacheableTestResponse

Hierarchy

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_test
View source
class CacheableTestResponse extends Response implements CacheableResponseInterface {
  use CacheableResponseTrait;

}

Members