Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
hook_page_bottom function core/lib/Drupal/Core/Render/theme.api.php Add a renderable array to the bottom of the page.
hook_page_top function core/lib/Drupal/Core/Render/theme.api.php Add a renderable array to the top of the page.
hook_tokens function core/lib/Drupal/Core/Utility/token.api.php Provide replacement values for placeholder tokens.
hook_tokens_alter function core/lib/Drupal/Core/Utility/token.api.php Alter replacement values for placeholder tokens.
hook_token_info function core/lib/Drupal/Core/Utility/token.api.php Provide information about available placeholder tokens and token types.
hook_token_info_alter function core/lib/Drupal/Core/Utility/token.api.php Alter the metadata about available placeholder tokens and token types.
hook_toolbar function core/modules/toolbar/toolbar.api.php Add items to the toolbar menu.
hook_toolbar_alter function core/modules/toolbar/toolbar.api.php Alter the toolbar menu after hook_toolbar() is invoked.
hook_views_plugins_argument_validator_alter function core/modules/views/views.api.php Modify the list of available views argument validation plugins.
hook_views_ui_display_top_alter function core/modules/views_ui/views_ui.api.php Alter the top of the display for the Views UI.
hook_views_ui_display_top_links_alter function core/modules/views_ui/views_ui.api.php Alter the links displayed at the top of the view edit form.
Html::transformRootRelativeUrlsToAbsolute function core/lib/Drupal/Component/Utility/Html.php Converts all root-relative URLs to absolute URLs.
HtmlEscapedText::__toString function core/lib/Drupal/Component/Render/HtmlEscapedText.php Returns markup.
HtmlEscapedTextTest::providerToString function core/tests/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php Data provider for testToString().
HtmlEscapedTextTest::testToString function core/tests/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php @legacy-covers ::__toString
@legacy-covers ::jsonSerialize
HtmlOutputLogger::$outputDirectory property core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php A file with list of links to HTML pages generated.
HtmlRenderer::buildPageTopAndBottom function core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php Invokes the page top and bottom hooks.
HTMLRestrictions::toCKEditor5ElementsArray function core/modules/ckeditor5/src/HTMLRestrictions.php Transforms into the CKEditor 5 package metadata "elements" representation.
HTMLRestrictions::toFilterHtmlAllowedTagsString function core/modules/ckeditor5/src/HTMLRestrictions.php Transforms into the Drupal HTML filter's "allowed_html" representation.
HTMLRestrictions::toGeneralHtmlSupportConfig function core/modules/ckeditor5/src/HTMLRestrictions.php Transforms into the CKEditor 5 GHS configuration representation.
HTMLRestrictionsTest::providerConvenienceConstructors function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Provides data to testConvenienceConstructors().
HTMLRestrictionsTest::testConstructor function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Tests constructor.
HTMLRestrictionsTest::testConvenienceConstructors function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Tests convenience constructors.
HTMLRestrictionsTest::testOperations function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Tests operations.
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::testTransformRootRelativeUrlsToAbsolute function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests transform root relative urls to absolute.
HtmlTest::testTransformRootRelativeUrlsToAbsoluteAssertion function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests transform root relative urls to absolute assertion.
HtmlToTextTest class core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php Tests for \Drupal\Core\Mail\MailFormatHelper::htmlToText().
HtmlToTextTest.php file core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php
HtmlToTextTest::assertHtmlToText function core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php Helper function to test \Drupal\Core\Mail\MailFormatHelper::htmlToText().
HtmlToTextTest::setUp function core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php
HtmlToTextTest::stringToHtml function core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php Converts a string to its PHP source equivalent for display in test messages.
HtmlToTextTest::testDrupalHtmlToTextArgs function core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php Tests allowing tags in \Drupal\Core\Mail\MailFormatHelper::htmlToText().
HtmlToTextTest::testDrupalHtmlToTextBlockTagToNewline function core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php Tests the conversion of block-level HTML tags to plaintext with newlines.
HtmlToTextTest::testDrupalHtmlToTextCollapsesWhitespace function core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php Tests that whitespace is collapsed.
HtmlToTextTest::testDrupalHtmlToTextParagraphs function core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php Tests the plaintext conversion of different whitespace combinations.
HtmlToTextTest::testFootnoteReferences function core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php Tests that footnote references are properly generated.
HtmlToTextTest::testHeaderSeparation function core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php Tests that headers are properly separated from surrounding text.
HtmlToTextTest::testRemoveTrailingWhitespace function core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php Tests that trailing whitespace is removed before newlines.
HtmlToTextTest::testTags function core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php Tests supported tags of \Drupal\Core\Mail\MailFormatHelper::htmlToText().
HtmlToTextTest::testUsenetSignature function core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php Tests that trailing whitespace from Usenet style signatures is not removed.
HtmlToTextTest::testVeryLongLineWrap function core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php Tests \Drupal\Core\Mail\MailFormatHelper::htmlToText() wrapping.
Htmx::applyTo function core/lib/Drupal/Core/Htmx/Htmx.php Exports data from internal storage to a render array.
Htmx::history function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-history` attribute.
Htmx::historyElt function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-history-elt` attribute.
Htmx::indicator function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-indicator` attribute.
Htmx::selectOob function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-select-oob` attribute.
HtmxLocationResponseData::__toString function core/lib/Drupal/Core/Htmx/HtmxLocationResponseData.php Returns non-empty data, JSON encoded.
HtmxRequestInfoTest::testIsHtmxHistoryRestoration function core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php Tests the isHtmxHistoryRestoration method.

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