Processes attachments of HTML responses with BigPipe enabled.
Hierarchy
- class \Drupal\Core\Render\HtmlResponseAttachmentsProcessor implements AttachmentsResponseProcessorInterface
- class \Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor
See also
\Drupal\Core\Render\HtmlResponseAttachmentsProcessor
\Drupal\big_pipe\Render\BigPipeInterface
File
- core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php, line 22
Namespace
Drupal\big_pipe\Render
Members
Name | Modifiers | Type | Description |
---|---|---|---|
BigPipeResponseAttachmentsProcessor::$htmlResponseAttachmentsProcessor | protected | property | The HTML response attachments processor service. |
BigPipeResponseAttachmentsProcessor::processAttachments | public | function | Processes the attachments of a response that has attachments. Overrides HtmlResponseAttachmentsProcessor::processAttachments |
BigPipeResponseAttachmentsProcessor::__construct | public | function | Constructs a BigPipeResponseAttachmentsProcessor object. Overrides HtmlResponseAttachmentsProcessor::__construct |
HtmlResponseAttachmentsProcessor::$assetResolver | protected | property | The asset resolver service. |
HtmlResponseAttachmentsProcessor::$config | protected | property | A config object for the system performance configuration. |
HtmlResponseAttachmentsProcessor::$cssCollectionRenderer | protected | property | The CSS asset collection renderer service. |
HtmlResponseAttachmentsProcessor::$jsCollectionRenderer | protected | property | The JS asset collection renderer service. |
HtmlResponseAttachmentsProcessor::$moduleHandler | protected | property | The module handler service. |
HtmlResponseAttachmentsProcessor::$renderer | protected | property | The renderer. |
HtmlResponseAttachmentsProcessor::$requestStack | protected | property | The request stack. |
HtmlResponseAttachmentsProcessor::processAssetLibraries | protected | function | Processes asset libraries into render arrays. |
HtmlResponseAttachmentsProcessor::processFeed | protected | function | Transform a 'feed' attachment into an 'html_head_link' attachment. |
HtmlResponseAttachmentsProcessor::processHtmlHead | protected | function | Ensure proper key/data order and defaults for renderable head items. |
HtmlResponseAttachmentsProcessor::processHtmlHeadLink | protected | function | Transform a html_head_link array into html_head and http_header arrays. |
HtmlResponseAttachmentsProcessor::renderHtmlResponseAttachmentPlaceholders | protected | function | Renders HTML response attachment placeholders. |
HtmlResponseAttachmentsProcessor::renderPlaceholders | protected | function | Renders placeholders (#attached['placeholders']). |
HtmlResponseAttachmentsProcessor::setHeaders | protected | function | Sets headers on a response object. |
Please login to continue.