AttachmentsTestDomainObject.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\early_rendering_controller_testFile
core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestDomainObject.phpView 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
Name | Description |
---|---|
AttachmentsTestDomainObject |