Search for html

  1. Search 7.x for html
  2. Search 8.9.x for html
  3. Search 10.3.x for html
  4. Search 11.x for html
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Html class core/lib/Drupal/Core/Render/Element/Html.php Provides a render element for an entire HTML page: <html> plus its children.
Html class core/lib/Drupal/Component/Utility/Html.php Provides DOMDocument helpers for parsing and serializing HTML strings.

All search results

Title Object type File name Summary
BrowserHtmlDebugTrait::getResponseLogHandler function core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php Provides a Guzzle middleware handler to log every response received.
BrowserHtmlDebugTrait::getTestMethodCaller function core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php Retrieves the current calling line in the class under test.
BrowserHtmlDebugTrait::htmlOutput function core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php Logs a HTML output message in a text file.
BrowserHtmlDebugTrait::initBrowserOutputFile function core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php Creates the directory to store browser output.
BubbleableMetadataTest::providerTestMergeAttachmentsHtmlHeadLinkMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHtmlHeadLinkMerging.
BubbleableMetadataTest::providerTestMergeAttachmentsHtmlHeadMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHtmlHeadMerging.
BubbleableMetadataTest::testMergeAttachmentsHtmlHeadLinkMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests html_head_link asset merging.
BubbleableMetadataTest::testMergeAttachmentsHtmlHeadMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests html_head asset merging.
checkboxes.html.twig file core/modules/system/templates/checkboxes.html.twig Default theme implementation for a &#039;checkboxes&#039; #type form element.
checkboxes.html.twig file core/themes/starterkit_theme/templates/form/checkboxes.html.twig Theme override for a &#039;checkboxes&#039; #type form element.
checkboxes.html.twig file core/themes/classy/templates/form/checkboxes.html.twig Theme override for a &#039;checkboxes&#039; #type form element.
checkboxes.html.twig file core/themes/stable9/templates/form/checkboxes.html.twig Theme override for a &#039;checkboxes&#039; #type form element.
checkboxes.html.twig file core/themes/claro/templates/form/checkboxes.html.twig Theme override for a &#039;checkboxes&#039; #type form element.
checkboxes.html.twig file core/themes/stable/templates/form/checkboxes.html.twig Theme override for a &#039;checkboxes&#039; #type form element.
chili-sauce-umami.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/chili-sauce-umami.html
chili-sauce-umami.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/chili-sauce-umami.html
ckeditor-settings-toolbar.html.twig file core/themes/stable9/templates/admin/ckeditor-settings-toolbar.html.twig Theme override for the CKEditor settings toolbar.
ckeditor-settings-toolbar.html.twig file core/themes/stable/templates/admin/ckeditor-settings-toolbar.html.twig Theme override for the CKEditor settings toolbar.
ckeditor-settings-toolbar.html.twig file core/modules/ckeditor/templates/ckeditor-settings-toolbar.html.twig Default theme implementation for the CKEditor settings toolbar.
ckeditor5-settings-toolbar.html.twig file core/modules/ckeditor5/templates/ckeditor5-settings-toolbar.html.twig Default theme implementation to display CKEditor 5 toolbar settings.
CKEditor5::getGeneratedAllowedHtmlValue function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Value callback to set the CKEditor 5-generated &quot;allowed_html&quot; value.
CKEditor5AllowedTagsTest::testFullHtml function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Tests full HTML text format.
CKEditor5Test::testFilterHtmlAllowedGlobalAttributes function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php Ensures that CKEditor 5 retains filter_html&#039;s allowed global attributes.
CKEditor5TestBase::assertHtmlEsqueFieldValueEquals function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php Decorates ::fieldValueEquals() to force DrupalCI to provide useful errors.
CKEditor5TestTrait::getEditorDataAsHtmlString function core/modules/ckeditor5/tests/src/Traits/CKEditor5TestTrait.php Gets CKEditor 5 instance data as a HTML string.
CKEditor5UpdateImageToolbarItemTest::getFilterHtmlRestrictions function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Gets the configured restrictions for the `filter_html` filter plugin.
color-scheme-form.html.twig file core/themes/stable/templates/admin/color-scheme-form.html.twig Theme override for a theme&#039;s color form.
color-scheme-form.html.twig file core/themes/stable9/templates/admin/color-scheme-form.html.twig Theme override for a theme&#039;s color form.
color-scheme-form.html.twig file core/modules/color/templates/color-scheme-form.html.twig Default theme implementation for a theme&#039;s color form.
color.changing.html.twig file core/modules/color/help_topics/color.changing.html.twig ---
label: &#039;Changing the color palette of a theme&#039;
related:
- core.appearance
---
{% set appearance_link_text %}
{% trans %}Appearance{% endtrans %}
{% endset %}
{% set appearance_link = render_var(help_route_link(appearance_link_text,…
comment.configuring.html.twig file core/modules/help_topics/help_topics/comment.configuring.html.twig ---
label: &#039;Configuring comments&#039;
related:
- comment.overview
- comment.creating_type
- comment.disabling
- field_ui.add_field
---
{% set comment_permissions_link_text %}
{% trans %}Administer comments and comment settings{% endtrans…
comment.creating_type.html.twig file core/modules/help_topics/help_topics/comment.creating_type.html.twig ---
label: &#039;Creating a comment type&#039;
related:
- field_ui.add_field
- field_ui.manage_display
- field_ui.manage_form
- comment.overview
- comment.configuring
---
{% set comment_types_link_text %}
{% trans %}Comment types{%…
comment.disabling.html.twig file core/modules/help_topics/help_topics/comment.disabling.html.twig ---
label: &#039;Disabling comments&#039;
related:
- comment.overview
- comment.configuring
---
{% set comment_permissions_text %}
{% trans %}Administer comments and comment settings{% endtrans %}
{% endset %}
{% set comment_permissions_link =…
comment.html.twig file core/themes/stable/templates/content/comment.html.twig Theme override for comments.
comment.html.twig file core/themes/starterkit_theme/templates/content/comment.html.twig Theme override for comments.
comment.html.twig file core/themes/classy/templates/content/comment.html.twig Theme override for comments.
comment.html.twig file core/modules/comment/templates/comment.html.twig Default theme implementation for comments.
comment.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/content/comment.html.twig Theme override for comments.
comment.html.twig file core/themes/olivero/templates/content/comment.html.twig Olivero&#039;s theme implementation for comments.
comment.html.twig file core/themes/stable9/templates/content/comment.html.twig Theme override for comments.
comment.html.twig file core/themes/seven/templates/classy/content/comment.html.twig Theme override for comments.
comment.html.twig file core/themes/claro/templates/classy/content/comment.html.twig Theme override for comments.
comment.html.twig file core/themes/bartik/templates/comment.html.twig Bartik&#039;s theme implementation for comments.
comment.moderating.html.twig file core/modules/help_topics/help_topics/comment.moderating.html.twig ---
label: &#039;Moderating comments&#039;
related:
- comment.overview
- comment.configuring
- comment.disabling
---
{% set comment_unpublished_link_text %}
{% trans %}Unapproved comments{% endtrans %}
{% endset %}
{% set…
comment.overview.html.twig file core/modules/help_topics/help_topics/comment.overview.html.twig ---
label: &#039;Managing comments&#039;
top_level: true
related:
- comment.moderating
- comment.configuring
- comment.creating_type
- comment.disabling
- field_ui.add_field
- field_ui.manage_display
- field_ui.manage_form
---
{% set…
CommentInterfaceTest::testAutoFilledHtmlSubject function core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Tests that automatic subject is correctly created from HTML comment text.
common-test-foo.html.twig file core/modules/system/tests/modules/common_test/templates/common-test-foo.html.twig Default theme implementation for the common test foo.
common-test-render-element.html.twig file core/modules/system/tests/modules/common_test/templates/common-test-render-element.html.twig Default theme implementation for the common test render element.
config.export_full.html.twig file core/modules/help_topics/help_topics/config.export_full.html.twig ---
label: &#039;Exporting your complete site configuration&#039;
related:
- core.config_overview
- config.import_full
- config.export_single
- config.import_single
---
{% set export_link_text %}{% trans %}Export{% endtrans %}{% endset %}
{% set…
config.export_single.html.twig file core/modules/help_topics/help_topics/config.export_single.html.twig ---
label: &#039;Exporting a single configuration item&#039;
related:
- core.config_overview
- config.export_full
- config.import_full
- config.import_single
---
{% set single_export_link_text %}{% trans %}Single item{% endtrans %}{% endset %}
{% set…

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