Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
|
| HtmlResponseAttachmentsTest | class | core/ |
Functional tests for HtmlResponseAttachmentsProcessor. |
| HtmlResponseAttachmentsTest.php | file | core/ |
|
| HtmlResponseAttachmentsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| HtmlResponseAttachmentsTest::$modules | property | core/ |
Modules to install. |
| 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/ |
Tests rendering of ['#attached']. |
| HtmlResponseAttachmentsTest::testRenderCachedBlock | function | core/ |
Tests 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. |
| HTMLRestrictions | class | core/ |
Represents a set of HTML restrictions. |
| HTMLRestrictions.php | file | core/ |
|
| HTMLRestrictions::$elements | property | core/ |
An array of allowed elements. |
| HTMLRestrictions::$unrestricted | property | core/ |
Whether unrestricted, in other words: arbitrary HTML allowed. |
| HTMLRestrictions::allowsNothing | function | core/ |
Whether this set of HTML restrictions allows nothing. |
| HTMLRestrictions::applyOperation | function | core/ |
Applies an operation (difference/intersection/union) with wildcard support. |
| HTMLRestrictions::diff | function | core/ |
Computes difference of two HTML restrictions, with wildcard support. |
| HTMLRestrictions::doDiff | function | core/ |
Computes difference of two HTML restrictions, without wildcard support. |
| HTMLRestrictions::doIntersect | function | core/ |
Computes intersection of two HTML restrictions, without wildcard support. |
| HTMLRestrictions::emptySet | function | core/ |
Creates the empty set of HTML restrictions: nothing is allowed. |
| HTMLRestrictions::extractPlainTagsSubset | function | core/ |
Extracts plain tags (attributes omitted) from allowed elements. |
| HTMLRestrictions::findElementsOverridingGloballyDisallowedAttributes | function | core/ |
Finds elements overriding globally disallowed attributes. |
| HTMLRestrictions::fromFilterPluginInstance | function | core/ |
Constructs a set of HTML restrictions matching the given text format. |
| HTMLRestrictions::fromObjectWithHtmlRestrictions | function | core/ |
Constructs a set of HTML restrictions matching the given object. |
Pagination
- Previous page
- Page 812
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.