Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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.
html_response.attachments_processor service core/core.services.yml Drupal\Core\Render\HtmlResponseAttachmentsProcessor
html_response.attachments_processor.big_pipe service core/modules/big_pipe/big_pipe.services.yml \Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor
html_response.big_pipe_subscriber service core/modules/big_pipe/big_pipe.services.yml Drupal\big_pipe\EventSubscriber\HtmlResponseBigPipeSubscriber
html_response.placeholder_strategy_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\HtmlResponsePlaceholderStrategySubscriber
html_response.subscriber service core/core.services.yml Drupal\Core\EventSubscriber\HtmlResponseSubscriber
Htmx::applyHeaders function core/lib/Drupal/Core/Htmx/Htmx.php Apply the header values to the render array.
Htmx::boost function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-boost` attribute.
Htmx::buildRequestAttribute function core/lib/Drupal/Core/Htmx/Htmx.php Utility function for the request attributes.
Htmx::createJsonAttribute function core/lib/Drupal/Core/Htmx/Htmx.php Utility method to create and store an array as an attribute.
Htmx::createStringAttribute function core/lib/Drupal/Core/Htmx/Htmx.php Utility method to create and store a string value as an attribute.
Htmx::disable function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-disable` attribute.
Htmx::disabledElt function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-disabled-elt` attribute.
Htmx::disinherit function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-disinherit` attribute.
Htmx::ensureKebabCase function core/lib/Drupal/Core/Htmx/Htmx.php Utility method to transform camelCase strings to kebab-case strings.
Htmx::getAttributes function core/lib/Drupal/Core/Htmx/Htmx.php Get the attribute storage.
Htmx::getHeaders function core/lib/Drupal/Core/Htmx/Htmx.php Get the header storage.
Htmx::hasAttribute function core/lib/Drupal/Core/Htmx/Htmx.php Checks if an attribute is set.
Htmx::hasHeader function core/lib/Drupal/Core/Htmx/Htmx.php Checks if a header is set.
Htmx::headers function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-headers` attribute.
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::params function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-params` attribute.
Htmx::post function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-post` attribute.
Htmx::preserve function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-preserve` attribute.
Htmx::pushUrl function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-push-url` attribute.
Htmx::pushUrlHeader function core/lib/Drupal/Core/Htmx/Htmx.php Set HX-Push-Url header.
Htmx::refreshHeader function core/lib/Drupal/Core/Htmx/Htmx.php Set HX-Refresh header.
Htmx::request function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-request` attribute.
Htmx::reselectHeader function core/lib/Drupal/Core/Htmx/Htmx.php Set HX-Reselect header.
Htmx::reswapHeader function core/lib/Drupal/Core/Htmx/Htmx.php Set HX-Reswap header.
Htmx::select function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-select` attribute.
Htmx::selectOob function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-select-oob` attribute.
Htmx::swap function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-swap` attribute.
Htmx::swapOob function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-swap-oob` attribute.
Htmx::sync function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-sync` attribute.
Htmx::triggerAfterSettleHeader function core/lib/Drupal/Core/Htmx/Htmx.php Set HX-Trigger-After-Settle header.
Htmx::triggerAfterSwapHeader function core/lib/Drupal/Core/Htmx/Htmx.php Set HX-Trigger-After-Swap header.
Htmx::vals function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-vals` attribute.
Htmx::__construct function core/lib/Drupal/Core/Htmx/Htmx.php Initialize empty storage.
HtmxAssetLoadTestSetup class core/tests/Drupal/TestSite/HtmxAssetLoadTestSetup.php Setup file used by tests/src/Nightwatch/Tests/htmxAssetLoadTest.js.
HtmxAssetLoadTestSetup.php file core/tests/Drupal/TestSite/HtmxAssetLoadTestSetup.php
HtmxAssetLoadTestSetup::setup function core/tests/Drupal/TestSite/HtmxAssetLoadTestSetup.php
HtmxAttributesTest class core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php Test all attribute-related Htmx public methods.
HtmxAttributesTest.php file core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php
HtmxAttributesTest::$htmx property core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php Class under test.
HtmxAttributesTest::$url property core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php Mocked Url object.
HtmxAttributesTest::apply function core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php Applies the Htmx attributes to a render array.

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