You are here

class CacheableTestDomainObject in Drupal 9

Same name and namespace in other branches
  1. 8 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

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;

}

Members