| 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. |
| HtmlTestMarkup |
class |
core/tests/Drupal/Tests/Component/Utility/HtmlTest.php |
Marks an object's __toString() method as returning markup. |
| 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::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. |