Search for html
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Html | class | core/ |
Provides a render element for an entire HTML page: <html> plus its children. |
Html | class | core/ |
Provides DOMDocument helpers for parsing and serializing HTML strings. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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. |
HtmlTag::getInfo | function | core/ |
Returns the element properties for this element. |
HtmlTag::preRenderConditionalComments | function | core/ |
Pre-render callback: Renders #browsers into #prefix and #suffix. |
HtmlTag::preRenderHtmlTag | function | core/ |
Pre-render callback: Renders a generic HTML tag with attributes. |
HtmlTagTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Element\HtmlTag @group Render |
HtmlTagTest.php | file | core/ |
|
HtmlTagTest::providerPreRenderConditionalComments | function | core/ |
Data provider for conditional comments test. |
HtmlTagTest::providerPreRenderHtmlTag | function | core/ |
Data provider for preRenderHtmlTag test. |
HtmlTagTest::testGetInfo | function | core/ |
@covers ::getInfo |
HtmlTagTest::testPreRenderConditionalComments | function | core/ |
@covers ::preRenderConditionalComments @dataProvider providerPreRenderConditionalComments |
HtmlTagTest::testPreRenderHtmlTag | function | core/ |
@covers ::preRenderHtmlTag @dataProvider providerPreRenderHtmlTag |
HtmlTest | class | core/ |
Tests \Drupal\Component\Utility\Html. |
HtmlTest.php | file | core/ |
|
HtmlTest::providerDecodeEntities | function | core/ |
Data provider for testDecodeEntities(). |
HtmlTest::providerEscape | function | core/ |
Data provider for testEscape(). |
HtmlTest::providerTestCleanCssIdentifier | function | core/ |
Provides test data for testCleanCssIdentifier(). |
HtmlTest::providerTestHtmlGetId | function | core/ |
Provides test data for testHtmlGetId(). |
HtmlTest::providerTestHtmlGetUniqueId | function | core/ |
Provides test data for testHtmlGetId(). |
HtmlTest::providerTestHtmlGetUniqueIdWithAjaxIds | function | core/ |
Provides test data for testHtmlGetId(). |
HtmlTest::providerTestTransformRootRelativeUrlsToAbsolute | function | core/ |
Provides test data for testTransformRootRelativeUrlsToAbsolute(). |
HtmlTest::providerTestTransformRootRelativeUrlsToAbsoluteAssertion | function | core/ |
Provides test data for testTransformRootRelativeUrlsToAbsoluteAssertion(). |
HtmlTest::setUp | function | core/ |
|
HtmlTest::testCleanCssIdentifier | function | core/ |
Tests the Html::cleanCssIdentifier() method. |
HtmlTest::testDecodeEntities | function | core/ |
Tests Html::decodeEntities(). |
HtmlTest::testDecodeEntitiesAndEscape | function | core/ |
Tests relationship between escaping and decoding HTML entities. |
HtmlTest::testEscape | function | core/ |
Tests Html::escape(). |
HtmlTest::testHtmlClass | function | core/ |
Tests that Html::getClass() cleans the class name properly. |
HtmlTest::testHtmlGetId | function | core/ |
Tests the Html::getUniqueId() method. |
HtmlTest::testHtmlGetUniqueId | function | core/ |
Tests the Html::getUniqueId() method. |
HtmlTest::testHtmlGetUniqueIdWithAjaxIds | function | core/ |
Tests the Html::getUniqueId() method. |
HtmlTest::testSerialize | function | core/ |
Tests Html::serialize(). |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.