| 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. |
| HTMLRestrictions::$unrestricted |
property |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Whether unrestricted, in other words: arbitrary HTML allowed. |
| HTMLRestrictions::allowsNothing |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Whether this set of HTML restrictions allows nothing. |
| HTMLRestrictions::applyOperation |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Applies an operation (difference/intersection/union) with wildcard support. |
| HTMLRestrictions::diff |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Computes difference of two HTML restrictions, with wildcard support. |
| HTMLRestrictions::doDiff |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Computes difference of two HTML restrictions, without wildcard support. |
| HTMLRestrictions::doIntersect |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Computes intersection of two HTML restrictions, without wildcard support. |
| HTMLRestrictions::emptySet |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Creates the empty set of HTML restrictions: nothing is allowed. |
| HTMLRestrictions::extractPlainTagsSubset |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Extracts plain tags (attributes omitted) from allowed elements. |
| HTMLRestrictions::findElementsOverridingGloballyDisallowedAttributes |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Finds elements overriding globally disallowed attributes. |
| HTMLRestrictions::fromFilterPluginInstance |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Constructs a set of HTML restrictions matching the given text format. |
| HTMLRestrictions::fromObjectWithHtmlRestrictions |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Constructs a set of HTML restrictions matching the given object. |
| HTMLRestrictions::fromString |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Parses a string of HTML restrictions into a HTMLRestrictions value object. |
| HTMLRestrictions::fromTextFormat |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Constructs a set of HTML restrictions matching the given text format. |
| HTMLRestrictions::getAllowedElements |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Gets allowed elements. |
| HTMLRestrictions::getConcreteSubset |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Gets the subset of allowed elements whose tags are concrete. |
| HTMLRestrictions::getHtml5ElementList |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Gets a list of all known HTML5 elements. |
| HTMLRestrictions::getPlainTagsSubset |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Gets the subset of plain tags (no attributes) from allowed elements. |
| HTMLRestrictions::getRegExForWildCardAttributeName |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Computes a regular expression for matching a wildcard attribute name. |