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