class AttachmentsTestDomainObject in Drupal 8
Same name and namespace in other branches
- 9 core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestDomainObject.php \Drupal\early_rendering_controller_test\AttachmentsTestDomainObject
Hierarchy
- class \Drupal\early_rendering_controller_test\TestDomainObject
- class \Drupal\early_rendering_controller_test\AttachmentsTestDomainObject implements AttachmentsInterface uses AttachmentsTrait
Expanded class hierarchy of AttachmentsTestDomainObject
2 string references to 'AttachmentsTestDomainObject'
- 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/ AttachmentsTestDomainObject.php, line 8
Namespace
Drupal\early_rendering_controller_testView source
class AttachmentsTestDomainObject extends TestDomainObject implements AttachmentsInterface {
use AttachmentsTrait;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AttachmentsTrait:: |
protected | property | The attachments for this response. | |
AttachmentsTrait:: |
public | function | ||
AttachmentsTrait:: |
public | function | ||
AttachmentsTrait:: |
public | function |