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(). |
HtmlTest::testTransformRootRelativeUrlsToAbsolute |
function |
core/tests/Drupal/Tests/Component/Utility/HtmlTest.php |
@legacy-covers ::transformRootRelativeUrlsToAbsolute |
HtmlTest::testTransformRootRelativeUrlsToAbsoluteAssertion |
function |
core/tests/Drupal/Tests/Component/Utility/HtmlTest.php |
@legacy-covers ::transformRootRelativeUrlsToAbsolute |
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. |
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 |
image-anchor.html.twig |
file |
core/modules/image/templates/image-anchor.html.twig |
Default theme implementation for a 3x3 grid of checkboxes for image anchors. |
image-anchor.html.twig |
file |
core/themes/stable9/templates/admin/image-anchor.html.twig |
Theme override for a 3x3 grid of checkboxes for image anchors. |
image-crop-summary.html.twig |
file |
core/themes/stable9/templates/admin/image-crop-summary.html.twig |
Theme override for a summary of an image crop effect. |
image-crop-summary.html.twig |
file |
core/modules/image/templates/image-crop-summary.html.twig |
Default theme implementation for a summary of an image crop effect. |
image-formatter.html.twig |
file |
core/modules/image/templates/image-formatter.html.twig |
Default theme implementation to display a formatted image field. |
image-formatter.html.twig |
file |
core/themes/starterkit_theme/templates/field/image-formatter.html.twig |
Theme override to display a formatted image field. |
image-formatter.html.twig |
file |
core/themes/stable9/templates/field/image-formatter.html.twig |
Theme override to display a formatted image field. |