class CacheableTestDomainObject

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php \Drupal\early_rendering_controller_test\CacheableTestDomainObject
  2. 10 core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php \Drupal\early_rendering_controller_test\CacheableTestDomainObject
  3. 11.x core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php \Drupal\early_rendering_controller_test\CacheableTestDomainObject

Hierarchy

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_test
View 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.