CacheableTestResponse.php in Drupal 10
Namespace
Drupal\early_rendering_controller_testFile
core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestResponse.phpView source
<?php
namespace Drupal\early_rendering_controller_test;
use Drupal\Core\Cache\CacheableResponseInterface;
use Drupal\Core\Cache\CacheableResponseTrait;
use Symfony\Component\HttpFoundation\Response;
class CacheableTestResponse extends Response implements CacheableResponseInterface {
use CacheableResponseTrait;
}
Classes
Name | Description |
---|---|
CacheableTestResponse |