Search for html

  1. Search 7.x for html
  2. Search 9.5.x for html
  3. Search 8.9.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
LayoutBuilderHtmlEntityFormController::$entityFormController property core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php The entity form controller being decorated.
LayoutBuilderHtmlEntityFormController::getContentResult function core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php Invokes the form and returns the result.
LayoutBuilderHtmlEntityFormController::getFormArgument function core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php Extracts the form argument string from a request.
LayoutBuilderHtmlEntityFormController::getFormObject function core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php Returns the object used to build the form.
LayoutBuilderHtmlEntityFormController::__construct function core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php Constructs a LayoutBuilderHtmlEntityFormController object.
LayoutBuilderTest::testHtmlEntityFormControllerDecoration function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Test decorating controller.entity_form while layout_builder is installed.
layout_builder.overview.html.twig file core/modules/layout_builder/help_topics/layout_builder.overview.html.twig ---
label: &#039;Changing the layout for an entity&#039;
related:
- core.appearance
- core.content_structure
- field_ui.manage_display
- block.overview
---
{% set content_types_text %}{% trans %}Content types{% endtrans %}{% endset %}
{% set…
lets-hear-it-for-carrots.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/lets-hear-it-for-carrots.html
lets-hear-it-for-carrots.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/lets-hear-it-for-carrots.html
link-formatter-link-separate.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/stable9/templates/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/claro/templates/classy/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/starterkit_theme/templates/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/modules/link/tests/themes/link_test_theme/templates/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/modules/link/templates/link-formatter-link-separate.html.twig Default theme implementation of a link with separate title and URL elements.
LinkFieldUITest::getFieldHtml function core/modules/link/tests/src/Functional/LinkFieldUITest.php Returns the raw HTML for the given field.
LinkGeneratorTest::testGenerateWithHtml function core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php Tests the link method with html.
links--comment.html.twig file core/themes/olivero/templates/navigation/links--comment.html.twig Olivero&#039;s theme override for comment links.
links--media-library-menu.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/media-library/links--media-library-menu.html.twig Theme implementation of the media type menu in the media library dialog.
links--media-library-menu.html.twig file core/themes/claro/templates/classy/media-library/links--media-library-menu.html.twig Theme implementation of the media type menu in the media library dialog.
links--node.html.twig file core/themes/claro/templates/classy/content/links--node.html.twig Theme override to display node links.
links--node.html.twig file core/themes/starterkit_theme/templates/content/links--node.html.twig Theme override to display node links.
links--node.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/content/links--node.html.twig Theme override to display node links.
links.html.twig file core/themes/olivero/templates/navigation/links.html.twig Olivero&#039;s theme override for a set of links.
links.html.twig file core/themes/stable9/templates/navigation/links.html.twig Theme override for a set of links.
links.html.twig file core/modules/system/templates/links.html.twig Default theme implementation for a set of links.
links.html.twig file core/themes/starterkit_theme/templates/navigation/links.html.twig Theme override for a set of links.
locale-test-tokenized.html.twig file core/modules/locale/tests/modules/locale_test/templates/locale-test-tokenized.html.twig {{ content }}
locale-translation-last-check.html.twig file core/modules/locale/templates/locale-translation-last-check.html.twig Default theme implementation for the last time we checked for update data.
locale-translation-last-check.html.twig file core/themes/stable9/templates/admin/locale-translation-last-check.html.twig Theme override for the last time we checked for update data.
locale-translation-update-info.html.twig file core/themes/stable9/templates/admin/locale-translation-update-info.html.twig Theme override for displaying translation status information.
locale-translation-update-info.html.twig file core/modules/locale/templates/locale-translation-update-info.html.twig Default theme implementation for displaying translation status information.
locale.import.html.twig file core/modules/locale/help_topics/locale.import.html.twig ---
label: &#039;Importing a translation file&#039;
related:
- core.translations
- locale.translation_status
- locale.translate_strings
---
{% set import_text %}{% trans %}Import{% endtrans %}{% endset %}
{% set import_link =…
locale.translate_strings.html.twig file core/modules/locale/help_topics/locale.translate_strings.html.twig ---
label: &#039;Translating user interface text&#039;
related:
- core.translations
- locale.import
- locale.translation_status
- language.add
---
{% set translate_text %}{% trans %}User interface translation{% endtrans %}{% endset %}
{% set…
locale.translation_status.html.twig file core/modules/locale/help_topics/locale.translation_status.html.twig ---
label: &#039;Checking interface translation status&#039;
related:
- core.translations
- locale.import
- locale.translate_strings
---
{% set language_text %}{% trans %}Languages{% endtrans %}{% endset %}
{% set translation_updates_text %}{% trans…
MailFormatHelper::htmlToMailUrls function core/lib/Drupal/Core/Mail/MailFormatHelper.php Keeps track of URLs and replaces them with placeholder tokens.
MailFormatHelper::htmlToText function core/lib/Drupal/Core/Mail/MailFormatHelper.php Transforms an HTML string into plain text, preserving its structure.
MailFormatHelper::htmlToTextClean function core/lib/Drupal/Core/Mail/MailFormatHelper.php Replaces non-quotation markers from a piece of indentation with spaces.
MailFormatHelper::htmlToTextPad function core/lib/Drupal/Core/Mail/MailFormatHelper.php Pads the last line with the given character.
mail_html_test.info.yml file core/modules/system/tests/modules/mail_html_test/mail_html_test.info.yml core/modules/system/tests/modules/mail_html_test/mail_html_test.info.yml
mail_html_test.module file core/modules/system/tests/modules/mail_html_test/mail_html_test.module Helper module for the html mail and URL conversion tests.
mail_html_test_mail function core/modules/system/tests/modules/mail_html_test/mail_html_test.module Implements hook_mail().
maintenance-page--front.html.twig file core/themes/claro/templates/maintenance-page--front.html.twig Claro&#039;s theme implementation to display the maintenance page as frontpage.
maintenance-page.html.twig file core/themes/claro/templates/maintenance-page.html.twig Claro&#039;s theme implementation for maintenance page.
maintenance-page.html.twig file core/themes/starterkit_theme/templates/layout/maintenance-page.html.twig Theme override to display a single Drupal page while offline.
maintenance-page.html.twig file core/modules/system/templates/maintenance-page.html.twig Default theme implementation to display a single Drupal page while offline.
maintenance-page.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/layout/maintenance-page.html.twig Theme override to display a single Drupal page while offline.
maintenance-page.html.twig file core/themes/olivero/templates/maintenance-page.html.twig Olivero&#039;s theme implementation to display a single Drupal page while offline.
maintenance-page.html.twig file core/themes/stable9/templates/layout/maintenance-page.html.twig Theme override to display a single Drupal page while offline.
maintenance-task-list.html.twig file core/themes/stable9/templates/admin/maintenance-task-list.html.twig Theme override for a list of maintenance tasks to perform.

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