Search for html

  1. Search 7.x for html
  2. Search 9.5.x for html
  3. Search 10.3.x for html
  4. Search 11.x for html
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Html class core/lib/Drupal/Core/Render/Element/Html.php Provides a render element for an entire HTML page: <html> plus its children.
Html class core/lib/Drupal/Component/Utility/Html.php Provides DOMDocument helpers for parsing and serializing HTML strings.

All search results

Title Object type File name Summary
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.
HtmlTag class core/lib/Drupal/Core/Render/Element/HtmlTag.php Provides a render element for any HTML tag, with properties and value.
HtmlTag.php file core/lib/Drupal/Core/Render/Element/HtmlTag.php
HtmlTag::$voidElements property core/lib/Drupal/Core/Render/Element/HtmlTag.php Void elements do not contain values or closing tags.
HtmlTag::getInfo function core/lib/Drupal/Core/Render/Element/HtmlTag.php Returns the element properties for this element.
HtmlTag::preRenderConditionalComments function core/lib/Drupal/Core/Render/Element/HtmlTag.php Pre-render callback: Renders #browsers into #prefix and #suffix.
HtmlTag::preRenderHtmlTag function core/lib/Drupal/Core/Render/Element/HtmlTag.php Pre-render callback: Renders a generic HTML tag with attributes.
HtmlTagTest class core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php @coversDefaultClass \Drupal\Core\Render\Element\HtmlTag
@group Render
HtmlTagTest.php file core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php
HtmlTagTest::providerPreRenderConditionalComments function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php Data provider for conditional comments test.
HtmlTagTest::providerPreRenderHtmlTag function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php Data provider for preRenderHtmlTag test.
HtmlTagTest::testGetInfo function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php @covers ::getInfo
HtmlTagTest::testPreRenderConditionalComments function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php @covers ::preRenderConditionalComments
@dataProvider providerPreRenderConditionalComments
HtmlTagTest::testPreRenderHtmlTag function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php @covers ::preRenderHtmlTag
@dataProvider providerPreRenderHtmlTag
HtmlTest class core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests \Drupal\Component\Utility\Html.
HtmlTest.php file core/tests/Drupal/Tests/Component/Utility/HtmlTest.php
HtmlTest::providerDecodeEntities function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Data provider for testDecodeEntities().
HtmlTest::providerEscape function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Data provider for testEscape().
HtmlTest::providerTestCleanCssIdentifier function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testCleanCssIdentifier().
HtmlTest::providerTestHtmlGetId function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testHtmlGetId().
HtmlTest::providerTestHtmlGetUniqueId function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testHtmlGetId().
HtmlTest::providerTestHtmlGetUniqueIdWithAjaxIds function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testHtmlGetId().
HtmlTest::providerTestTransformRootRelativeUrlsToAbsolute function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testTransformRootRelativeUrlsToAbsolute().
HtmlTest::providerTestTransformRootRelativeUrlsToAbsoluteAssertion function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testTransformRootRelativeUrlsToAbsoluteAssertion().
HtmlTest::setUp function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php
HtmlTest::testCleanCssIdentifier function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests the Html::cleanCssIdentifier() method.
HtmlTest::testDecodeEntities function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests Html::decodeEntities().
HtmlTest::testDecodeEntitiesAndEscape function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests relationship between escaping and decoding HTML entities.
HtmlTest::testEscape function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests Html::escape().
HtmlTest::testHtmlClass function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests that Html::getClass() cleans the class name properly.
HtmlTest::testHtmlGetId function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests the Html::getUniqueId() method.
HtmlTest::testHtmlGetUniqueId function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests the Html::getUniqueId() method.
HtmlTest::testHtmlGetUniqueIdWithAjaxIds function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests the Html::getUniqueId() method.
HtmlTest::testSerialize function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests Html::serialize().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.