Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| HtmlResponseAttachmentsProcessor.php | file | core/ |
|
| HtmlResponseAttachmentsProcessor::$assetResolver | property | core/ |
The asset resolver service. |
| HtmlResponseAttachmentsProcessor::$config | property | core/ |
A config object for the system performance configuration. |
| HtmlResponseAttachmentsProcessor::$cssCollectionRenderer | property | core/ |
The CSS asset collection renderer service. |
| HtmlResponseAttachmentsProcessor::$jsCollectionRenderer | property | core/ |
The JS asset collection renderer service. |
| HtmlResponseAttachmentsProcessor::$moduleHandler | property | core/ |
The module handler service. |
| HtmlResponseAttachmentsProcessor::$renderer | property | core/ |
The renderer. |
| HtmlResponseAttachmentsProcessor::$requestStack | property | core/ |
The request stack. |
| HtmlResponseAttachmentsProcessor::formatHttpHeaderAttributes | function | core/ |
Formats an attribute string for an HTTP header. |
| HtmlResponseAttachmentsProcessor::processAssetLibraries | function | core/ |
Processes asset libraries into render arrays. |
| HtmlResponseAttachmentsProcessor::processAttachments | function | core/ |
|
| HtmlResponseAttachmentsProcessor::processFeed | function | core/ |
Transform a 'feed' attachment into an 'html_head_link' attachment. |
| HtmlResponseAttachmentsProcessor::processHtmlHead | function | core/ |
Ensure proper key/data order and defaults for renderable head items. |
| HtmlResponseAttachmentsProcessor::processHtmlHeadLink | function | core/ |
Transform a html_head_link array into html_head and http_header arrays. |
| HtmlResponseAttachmentsProcessor::renderHtmlResponseAttachmentPlaceholders | function | core/ |
Renders HTML response attachment placeholders. |
| HtmlResponseAttachmentsProcessor::renderPlaceholders | function | core/ |
Renders placeholders (#attached['placeholders']). |
| HtmlResponseAttachmentsProcessor::setHeaders | function | core/ |
Sets headers on a response object. |
| HtmlResponseAttachmentsProcessor::__construct | function | core/ |
Constructs a HtmlResponseAttachmentsProcessor object. |
| HtmlResponseAttachmentsTest | class | core/ |
Functional tests for HtmlResponseAttachmentsProcessor. |
| HtmlResponseAttachmentsTest.php | file | core/ |
|
| HtmlResponseAttachmentsTest::$defaultTheme | property | core/ |
|
| HtmlResponseAttachmentsTest::$modules | property | core/ |
Modules to enable. |
| HtmlResponseAttachmentsTest::assertFeed | function | core/ |
Helper function to make assertions about the presence of an RSS feed. |
| HtmlResponseAttachmentsTest::assertHead | function | core/ |
Helper function to make assertions about HTML head elements. |
| HtmlResponseAttachmentsTest::assertTeapotHeaders | function | core/ |
Helper function to make assertions about added HTTP headers. |
| HtmlResponseAttachmentsTest::testAttachments | function | core/ |
Test rendering of ['#attached']. |
| HtmlResponseAttachmentsTest::testRenderCachedBlock | function | core/ |
Test caching of ['#attached']. |
| HtmlResponseBigPipeSubscriber | class | core/ |
Response subscriber to replace the HtmlResponse with a BigPipeResponse. |
| HtmlResponseBigPipeSubscriber.php | file | core/ |
|
| HtmlResponseBigPipeSubscriber::$bigPipe | property | core/ |
The BigPipe service. |
| HtmlResponseBigPipeSubscriber::getBigPipeService | function | core/ |
Returns the BigPipe service to use to send the current response. |
| HtmlResponseBigPipeSubscriber::getSubscribedEvents | function | core/ |
|
| HtmlResponseBigPipeSubscriber::onRespond | function | core/ |
Transforms a HtmlResponse to a BigPipeResponse. |
| HtmlResponseBigPipeSubscriber::onRespondEarly | function | core/ |
Adds markers to the response necessary for the BigPipe render strategy. |
| HtmlResponseBigPipeSubscriber::__construct | function | core/ |
Constructs a HtmlResponseBigPipeSubscriber object. |
| HtmlResponsePlaceholderStrategySubscriber | class | core/ |
HTML response subscriber to allow for different placeholder strategies. |
| HtmlResponsePlaceholderStrategySubscriber.php | file | core/ |
|
| HtmlResponsePlaceholderStrategySubscriber::$placeholderStrategy | property | core/ |
The placeholder strategy to use. |
| HtmlResponsePlaceholderStrategySubscriber::getSubscribedEvents | function | core/ |
|
| HtmlResponsePlaceholderStrategySubscriber::onRespond | function | core/ |
Processes placeholders for HTML responses. |
| HtmlResponsePlaceholderStrategySubscriber::__construct | function | core/ |
Constructs a HtmlResponsePlaceholderStrategySubscriber object. |
| HtmlResponseSubscriber | class | core/ |
Response subscriber to handle HTML responses. |
| HtmlResponseSubscriber.php | file | core/ |
|
| HtmlResponseSubscriber::$htmlResponseAttachmentsProcessor | property | core/ |
The HTML response attachments processor service. |
| HtmlResponseSubscriber::getSubscribedEvents | function | core/ |
|
| HtmlResponseSubscriber::onRespond | function | core/ |
Processes attachments for HtmlResponse responses. |
| HtmlResponseSubscriber::__construct | function | core/ |
Constructs a HtmlResponseSubscriber object. |
| HtmlTag | class | core/ |
Provides a render element for any HTML tag, with properties and value. |
| HtmlTag.php | file | core/ |
|
| HtmlTag::$voidElements | property | core/ |
Void elements do not contain values or closing tags. |
Pagination
- Previous page
- Page 748
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.