CacheableTestDomainObject.php
Same filename in other branches
- 8.9.x core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php
- 10 core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php
- 11.x core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php
Namespace
Drupal\early_rendering_controller_testFile
-
core/
modules/ system/ tests/ modules/ early_rendering_controller_test/ src/ CacheableTestDomainObject.php
View source
<?php
namespace Drupal\early_rendering_controller_test;
use Drupal\Core\Cache\CacheableDependencyInterface;
use Drupal\Core\Cache\UncacheableDependencyTrait;
class CacheableTestDomainObject extends TestDomainObject implements CacheableDependencyInterface {
use UncacheableDependencyTrait;
}
Classes
Title | Deprecated | Summary |
---|---|---|
CacheableTestDomainObject |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.