Defines an interface for processing attachments of responses that have them.
Hierarchy
- interface \Drupal\Core\Render\AttachmentsResponseProcessorInterface
See also
\Drupal\Core\Ajax\AjaxResponse
\Drupal\Core\Ajax\AjaxResponseAttachmentsProcessor
\Drupal\Core\Render\HtmlResponse
\Drupal\Core\Render\HtmlResponseAttachmentsProcessor
File
- core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php, line 13
Namespace
Drupal\Core\Render
Members
Name | Modifiers | Type | Description |
---|---|---|---|
AttachmentsResponseProcessorInterface::processAttachments | public | function | Processes the attachments of a response that has attachments. |
Please login to continue.