class AttachmentsTestResponse
Same name and namespace in other branches
- 9 core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php \Drupal\early_rendering_controller_test\AttachmentsTestResponse
- 8.9.x core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php \Drupal\early_rendering_controller_test\AttachmentsTestResponse
- 11.x core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php \Drupal\early_rendering_controller_test\AttachmentsTestResponse
Hierarchy
- class \Drupal\early_rendering_controller_test\AttachmentsTestResponse extends \Drupal\Core\Render\AttachmentsInterface uses \Drupal\Core\Render\AttachmentsTrait implements \Symfony\Component\HttpFoundation\Response
Expanded class hierarchy of AttachmentsTestResponse
File
-
core/
modules/ system/ tests/ modules/ early_rendering_controller_test/ src/ AttachmentsTestResponse.php, line 9
Namespace
Drupal\early_rendering_controller_testView source
class AttachmentsTestResponse extends Response implements AttachmentsInterface {
use AttachmentsTrait;
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
AttachmentsTrait::$attachments | protected | property | The attachments for this response. |
AttachmentsTrait::addAttachments | public | function | |
AttachmentsTrait::getAttachments | public | function | |
AttachmentsTrait::setAttachments | public | function |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.