class CacheableTestDomainObject
Same name in other branches
- 9 core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php \Drupal\early_rendering_controller_test\CacheableTestDomainObject
- 8.9.x core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php \Drupal\early_rendering_controller_test\CacheableTestDomainObject
- 11.x core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php \Drupal\early_rendering_controller_test\CacheableTestDomainObject
Hierarchy
- class \Drupal\early_rendering_controller_test\TestDomainObject
- class \Drupal\early_rendering_controller_test\CacheableTestDomainObject extends \Drupal\early_rendering_controller_test\TestDomainObject implements \Drupal\Core\Cache\CacheableDependencyInterface uses \Drupal\Core\Cache\UncacheableDependencyTrait
Expanded class hierarchy of CacheableTestDomainObject
2 string references to 'CacheableTestDomainObject'
- EarlyRenderingControllerTest::testEarlyRendering in core/
modules/ system/ tests/ src/ Functional/ Common/ EarlyRenderingControllerTest.php - Tests theme preprocess functions being able to attach assets.
- TestDomainObjectViewSubscriber::onViewTestDomainObject in core/
modules/ system/ tests/ modules/ early_rendering_controller_test/ src/ TestDomainObjectViewSubscriber.php - Sets a response given a TestDomainObject instance.
File
-
core/
modules/ system/ tests/ modules/ early_rendering_controller_test/ src/ CacheableTestDomainObject.php, line 8
Namespace
Drupal\early_rendering_controller_testView source
class CacheableTestDomainObject extends TestDomainObject implements CacheableDependencyInterface {
use UncacheableDependencyTrait;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.