| 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::createStringAttribute |
function |
core/lib/Drupal/Core/Htmx/Htmx.php |
Utility method to create and store a string value as an attribute. |
| 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 |
Run the code to setup the test environment. |
| 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. |
| HtmxAttributesTest::booleanStringDataProvider |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Provides data to ::testHxPushUrl and :testHxReplaceUrl. |
| HtmxAttributesTest::hxOnDataProvider |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Provides data to ::testHxOn. |
| HtmxAttributesTest::hxSimpleStringAttributesDataProvider |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Provides data to ::testHxSimpleStringAttributes. |
| HtmxAttributesTest::hxSwapOobDataProvider |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Provides data to ::testHxSwapOob. |
| HtmxAttributesTest::hxValidateDataProvider |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Provides data to ::testHxValidate. |
| HtmxAttributesTest::setUp |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
|
| HtmxAttributesTest::testHxBoost |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test boost method. |
| HtmxAttributesTest::testHxHeaders |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test headers method. |
| HtmxAttributesTest::testHxOn |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test on method. |
| HtmxAttributesTest::testHxPushUrl |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test pushUrl method. |
| HtmxAttributesTest::testHxPushUrlAbsolute |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test pushUrl method with a Url object. |
| HtmxAttributesTest::testHxReplaceUrl |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test replaceUrl method. |
| HtmxAttributesTest::testHxReplaceUrlAbsolute |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test replaceUrl method with a Url object. |
| HtmxAttributesTest::testHxRequest |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test request method. |
| HtmxAttributesTest::testHxSimpleAttributes |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test remaining methods. |
| HtmxAttributesTest::testHxSwapOob |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test swapOob method. |
| HtmxAttributesTest::testHxValidate |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test validate method. |
| HtmxAttributesTest::testHxVals |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test vals method. |
| HtmxAttributesTest::testSwap |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test swap method. |
| HtmxDynamicFormTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Core/Htmx/HtmxDynamicFormTest.php |
Tests that dynamic forms powered by HTMX work as expected. |
| HtmxDynamicFormTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Core/Htmx/HtmxDynamicFormTest.php |
|
| HtmxDynamicFormTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/Htmx/HtmxDynamicFormTest.php |
The theme to install as the default for testing. |
| HtmxDynamicFormTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/Htmx/HtmxDynamicFormTest.php |
Modules to install. |
| HtmxDynamicFormTest::testHtmxForm |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Htmx/HtmxDynamicFormTest.php |
Tests HTMX form functionality. |
| HtmxHeadersTest |
class |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
Test all header-related Htmx public methods. |
| HtmxHeadersTest.php |
file |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
|
| HtmxHeadersTest::$htmx |
property |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
Class under test. |
| HtmxHeadersTest::$url |
property |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
Mocked Url object. |
| HtmxHeadersTest::apply |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
|
| HtmxHeadersTest::setUp |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
|
| HtmxHeadersTest::testLocationHeaderResponseData |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
Test location header with complex data. |
| HtmxHeadersTest::testLocationHeaderUrl |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
Test location header with simple URL object. |
| HtmxHeadersTest::testPushUrlHeader |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
Test push url header with a simple URL object. |
| HtmxHeadersTest::testRedirectHeader |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
Test redirect header with simple URL object. |
| HtmxHeadersTest::testRefreshHeader |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php |
Test refresh header. |