TestDomainObject.php
Same filename and directory in other branches
- 11.x core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObject.php
- 10 core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObject.php
- 9 core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObject.php
- 8.9.x core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObject.php
Namespace
Drupal\early_rendering_controller_testFile
-
core/
modules/ system/ tests/ modules/ early_rendering_controller_test/ src/ TestDomainObject.php
View source
<?php
declare (strict_types=1);
namespace Drupal\early_rendering_controller_test;
/**
* Test domain class.
*/
class TestDomainObject {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| TestDomainObject | Test domain class. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.