| HtmlRenderer::__construct |
function |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
Constructs a new HtmlRenderer. |
| HtmlResponse |
class |
core/lib/Drupal/Core/Render/HtmlResponse.php |
Response that contains and can expose cacheability metadata and attachments. |
| HtmlResponse.php |
file |
core/lib/Drupal/Core/Render/HtmlResponse.php |
|
| HtmlResponse::setContent |
function |
core/lib/Drupal/Core/Render/HtmlResponse.php |
Sets the response content. |
| HtmlResponse::__construct |
function |
core/lib/Drupal/Core/Render/HtmlResponse.php |
Constructs a HtmlResponse object. |
| HtmlResponseAttachmentsProcessor |
class |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Processes attachments of HTML responses. |
| HtmlResponseAttachmentsProcessor.php |
file |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
|
| HtmlResponseAttachmentsProcessor::$config |
property |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
A config object for the system performance configuration. |
| HtmlResponseAttachmentsProcessor::formatHttpHeaderAttributes |
function |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Formats an attribute string for an HTTP header. |
| HtmlResponseAttachmentsProcessor::processAssetLibraries |
function |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Processes asset libraries into render arrays. |
| HtmlResponseAttachmentsProcessor::processAttachments |
function |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Processes the attachments of a response that has attachments. |
| HtmlResponseAttachmentsProcessor::processFeed |
function |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Transform a 'feed' attachment into an 'html_head_link' attachment. |
| HtmlResponseAttachmentsProcessor::processHtmlHead |
function |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Ensure proper key/data order and defaults for renderable head items. |
| HtmlResponseAttachmentsProcessor::processHtmlHeadLink |
function |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Transform a html_head_link array into html_head and http_header arrays. |
| HtmlResponseAttachmentsProcessor::renderHtmlResponseAttachmentPlaceholders |
function |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Renders HTML response attachment placeholders. |
| HtmlResponseAttachmentsProcessor::renderPlaceholders |
function |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Renders placeholders (#attached['placeholders']). |
| HtmlResponseAttachmentsProcessor::setHeaders |
function |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Sets headers on a response object. |
| HtmlResponseAttachmentsProcessor::__construct |
function |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Constructs a HtmlResponseAttachmentsProcessor object. |
| HtmlResponseAttachmentsTest |
class |
core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php |
Functional tests for HtmlResponseAttachmentsProcessor. |
| HtmlResponseAttachmentsTest.php |
file |
core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php |
|
| HtmlResponseAttachmentsTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php |
The theme to install as the default for testing. |
| HtmlResponseAttachmentsTest::$modules |
property |
core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php |
Modules to install. |
| HtmlResponseAttachmentsTest::assertFeed |
function |
core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php |
Helper function to make assertions about the presence of an RSS feed. |
| HtmlResponseAttachmentsTest::assertHead |
function |
core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php |
Helper function to make assertions about HTML head elements. |
| HtmlResponseAttachmentsTest::assertTeapotHeaders |
function |
core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php |
Helper function to make assertions about added HTTP headers. |
| HtmlResponseAttachmentsTest::testAttachments |
function |
core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php |
Tests rendering of ['#attached']. |
| HtmlResponseAttachmentsTest::testRenderCachedBlock |
function |
core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php |
Tests caching of ['#attached']. |
| HtmlResponseBigPipeSubscriber |
class |
core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php |
Response subscriber to replace the HtmlResponse with a BigPipeResponse. |
| HtmlResponseBigPipeSubscriber.php |
file |
core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php |
|
| HtmlResponseBigPipeSubscriber::$bigPipe |
property |
core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php |
The BigPipe service. |
| HtmlResponseBigPipeSubscriber::getBigPipeService |
function |
core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php |
Returns the BigPipe service to use to send the current response. |
| HtmlResponseBigPipeSubscriber::getSubscribedEvents |
function |
core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php |
|
| HtmlResponseBigPipeSubscriber::onRespond |
function |
core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php |
Transforms a HtmlResponse to a BigPipeResponse. |
| HtmlResponseBigPipeSubscriber::onRespondEarly |
function |
core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php |
Adds markers to the response necessary for the BigPipe render strategy. |
| HtmlResponseBigPipeSubscriber::__construct |
function |
core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php |
Constructs a HtmlResponseBigPipeSubscriber object. |
| HtmlResponsePlaceholderStrategySubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/HtmlResponsePlaceholderStrategySubscriber.php |
HTML response subscriber to allow for different placeholder strategies. |
| HtmlResponsePlaceholderStrategySubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/HtmlResponsePlaceholderStrategySubscriber.php |
|
| HtmlResponsePlaceholderStrategySubscriber::$placeholderStrategy |
property |
core/lib/Drupal/Core/EventSubscriber/HtmlResponsePlaceholderStrategySubscriber.php |
The placeholder strategy to use. |
| HtmlResponsePlaceholderStrategySubscriber::getSubscribedEvents |
function |
core/lib/Drupal/Core/EventSubscriber/HtmlResponsePlaceholderStrategySubscriber.php |
|
| HtmlResponsePlaceholderStrategySubscriber::onRespond |
function |
core/lib/Drupal/Core/EventSubscriber/HtmlResponsePlaceholderStrategySubscriber.php |
Processes placeholders for HTML responses. |
| HtmlResponsePlaceholderStrategySubscriber::__construct |
function |
core/lib/Drupal/Core/EventSubscriber/HtmlResponsePlaceholderStrategySubscriber.php |
Constructs a HtmlResponsePlaceholderStrategySubscriber object. |
| HtmlResponseSubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/HtmlResponseSubscriber.php |
Response subscriber to handle HTML responses. |
| HtmlResponseSubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/HtmlResponseSubscriber.php |
|
| HtmlResponseSubscriber::$htmlResponseAttachmentsProcessor |
property |
core/lib/Drupal/Core/EventSubscriber/HtmlResponseSubscriber.php |
The HTML response attachments processor service. |
| HtmlResponseSubscriber::getSubscribedEvents |
function |
core/lib/Drupal/Core/EventSubscriber/HtmlResponseSubscriber.php |
|
| HtmlResponseSubscriber::onRespond |
function |
core/lib/Drupal/Core/EventSubscriber/HtmlResponseSubscriber.php |
Processes attachments for HtmlResponse responses. |
| HtmlResponseSubscriber::__construct |
function |
core/lib/Drupal/Core/EventSubscriber/HtmlResponseSubscriber.php |
Constructs a HtmlResponseSubscriber object. |
| HTMLRestrictions |
class |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Represents a set of HTML restrictions. |
| HTMLRestrictions.php |
file |
core/modules/ckeditor5/src/HTMLRestrictions.php |
|
| HTMLRestrictions::$elements |
property |
core/modules/ckeditor5/src/HTMLRestrictions.php |
An array of allowed elements. |