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 10.3.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
menu.html.twig file core/themes/claro/templates/classy/navigation/menu.html.twig Theme override to display a menu.
menu.html.twig file core/themes/starterkit_theme/templates/navigation/menu.html.twig Theme override to display a menu.
menu_ui.content_type_configuration.html.twig file core/modules/menu_ui/help_topics/menu_ui.content_type_configuration.html.twig ---
label: &#039;Configure menu settings for a content type&#039;
related:
- menu_ui.menu_item_add
- menu_ui.menu_operations
- core.menus
---
{% set content_types_text %}{% trans %}Content types{% endtrans %}{% endset %}
{% set…
menu_ui.menu_item_add.html.twig file core/modules/menu_ui/help_topics/menu_ui.menu_item_add.html.twig ---
label: Adding a link to a menu
related:
- menu_ui.content_type_configuration
- menu_ui.menu_operations
- core.menus
---
{% set structure_menu_text %}{% trans %}Menus{% endtrans %}{% endset %}
{% set structure_menu_link =…
menu_ui.menu_operations.html.twig file core/modules/menu_ui/help_topics/menu_ui.menu_operations.html.twig ---
label: &#039;Creating a menu&#039;
related:
- menu_ui.content_type_configuration
- core.menus
---
{% set structure_menu_text %}{% trans %}Menus{% endtrans %}{% endset %}
{% set structure_menu_link =…
menu_ui.overriding.html.twig file core/modules/menu_ui/help_topics/menu_ui.overriding.html.twig ---
label: Reordering and disabling menu links
related:
- menu_ui.menu_item_add
- menu_ui.menu_operations
- core.menus
---
{% set structure_menu_text %}{% trans %}Menus{% endtrans %}{% endset %}
{% set structure_menu_link =…
migrate.overview.html.twig file core/modules/migrate/help_topics/migrate.overview.html.twig ---
label: &#039;Migrating, updating, and upgrading&#039;
top_level: true
---
&lt;h2&gt;{% trans %}What are updating, upgrading, and migrating?{% endtrans %}&lt;/h2&gt;
&lt;p&gt;{% trans %}&lt;em&gt;Updating&lt;/em&gt; is the process of changing from…
migrate_drupal_ui.upgrading.html.twig file core/modules/migrate_drupal_ui/help_topics/migrate_drupal_ui.upgrading.html.twig ---
label: &#039;Migrating data for an upgrade using the user interface&#039;
related:
- migrate.overview
---
{% set migrate_drupal_upgrade_link_text %}{% trans %}Upgrade{% endtrans %}{% endset %}
{% set migrate_drupal_upgrade_link =…
navigation--message.html.twig file core/modules/navigation/templates/navigation--message.html.twig Default theme implementation to display a single message in the navigation toolbar.
navigation--messages.html.twig file core/modules/navigation/templates/navigation--messages.html.twig Default theme implementation to display messages in the navigation toolbar.
navigation-content-top.html.twig file core/modules/navigation/templates/navigation-content-top.html.twig Default theme implementation to display the navigation content_top section.
navigation-menu.html.twig file core/modules/navigation/templates/navigation-menu.html.twig {% import _self as menus %}
&lt;div class=&quot;admin-toolbar__item&quot;&gt;
&lt;h4 class=&quot;visually-hidden focusable&quot;&gt;{{ title }}&lt;/h4&gt;
&lt;ul class=&quot;toolbar-block__list&quot;&gt;
{{ menus.menu_items(items, attributes,…
navigation.html.twig file core/modules/navigation/layouts/navigation.html.twig Default theme implementation to display a navigation layout.
NavigationMenuBlockTest::testHtmlMarkup function core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php Tests the generated HTML markup.
node--1.html.twig file core/modules/system/tests/themes/test_theme/node--1.html.twig {#
// node--1.html.twig - Dummy file for finding the template
#}
Node Content Dummy
node--article--full.html.twig file core/profiles/demo_umami/themes/umami/templates/content/node--article--full.html.twig Theme override to display a node.
node--card-common-alt.html.twig file core/profiles/demo_umami/themes/umami/templates/content/node--card-common-alt.html.twig Theme override to display a node.
node--card-common.html.twig file core/profiles/demo_umami/themes/umami/templates/content/node--card-common.html.twig Theme override to display a node.
node--card.html.twig file core/profiles/demo_umami/themes/umami/templates/content/node--card.html.twig Theme override to display a node.
node--teaser.html.twig file core/themes/olivero/templates/content/node--teaser.html.twig Olivero&#039;s theme implementation to display a node teaser.
node-add-list.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/content-edit/node-add-list.html.twig Theme override to list node types available for adding content.
node-add-list.html.twig file core/themes/stable9/templates/content-edit/node-add-list.html.twig Theme override to list node types available for adding content.
node-add-list.html.twig file core/themes/claro/templates/node-add-list.html.twig Claro&#039;s theme implementation to list node types available for adding content.
node-add-list.html.twig file core/themes/starterkit_theme/templates/content-edit/node-add-list.html.twig Theme override to list node types available for adding content.
node-add-list.html.twig file core/modules/node/templates/node-add-list.html.twig Default theme implementation to list node types available for adding content.
node-edit-form.html.twig file core/themes/claro/templates/node-edit-form.html.twig Theme override for a node edit form.
node-edit-form.html.twig file core/themes/starterkit_theme/templates/content-edit/node-edit-form.html.twig Theme override for a node edit form.
node-edit-form.html.twig file core/modules/node/templates/node-edit-form.html.twig Default theme implementation for a node edit form.
node-edit-form.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/content-edit/node-edit-form.html.twig Theme override for a node edit form.
node-edit-form.html.twig file core/themes/stable9/templates/content-edit/node-edit-form.html.twig Theme override for a node edit form.
node.creating_content.html.twig file core/modules/node/help_topics/node.creating_content.html.twig ---
label: &#039;Creating a content item&#039;
related:
- node.overview
- node.creating_type
- path.creating_alias
---
{% set content_link_text %}
{% trans %}Content{% endtrans %}
{% endset %}
{% set content_link =…
node.creating_type.html.twig file core/modules/node/help_topics/node.creating_type.html.twig ---
label: &#039;Creating a content type&#039;
related:
- node.overview
- core.content_structure
- field_ui.add_field
- field_ui.manage_display
- field_ui.manage_form
---
{% set content_permissions_link_text %}
{% trans %}Administer…
node.editing.html.twig file core/modules/node/help_topics/node.editing.html.twig ---
label: &#039;Editing a content item&#039;
related:
- node.overview
- node.creating_content
---
{% set content_link_text %}
{% trans %}Content{% endtrans %}
{% endset %}
{% set content_link = render_var(help_route_link(content_link_text,…
node.html.twig file core/themes/claro/templates/classy/content/node.html.twig Theme override to display a node.
node.html.twig file core/themes/starterkit_theme/templates/content/node.html.twig Theme override to display a node.
node.html.twig file core/modules/node/templates/node.html.twig Default theme implementation to display a node.
node.html.twig file core/modules/system/tests/themes/test_theme/templates/node.html.twig Minimal template to ensure chained property access works with white-listing.
node.html.twig file core/modules/statistics/tests/themes/statistics_test_attached/node.html.twig {{ title_prefix }}
{% if not page %}

{{ label }}

{% endif %}
{{ title_suffix }}

{% if display_submitted %}

{{ author_picture }}

{% trans %}Submitted by {{ author_name }} on {{ date }}{% endtrans %}
node.html.twig file core/profiles/demo_umami/themes/umami/templates/content/node.html.twig Theme override to display a node.
node.html.twig file core/themes/olivero/templates/content/node.html.twig Olivero&#039;s theme implementation to display a node.
node.html.twig file core/themes/stable9/templates/content/node.html.twig Theme override to display a node.
node.overview.html.twig file core/modules/node/help_topics/node.overview.html.twig ---
label: &#039;Managing content&#039;
top_level: true
related:
- core.content_structure
- field_ui.add_field
- field_ui.manage_display
- field_ui.manage_form
- node.creating_type
- node.creating_content
- node.editing
---
{% set…
NodeDisplayConfigurableTest::assertNodeHtml function core/modules/node/tests/src/Functional/NodeDisplayConfigurableTest.php Asserts that the node HTML is as expected.
NodeViewTest::testHtmlHeadLinks function core/modules/node/tests/src/Functional/NodeViewTest.php Tests the html head links.
node_preprocess_html function core/modules/node/node.module Implements hook_preprocess_HOOK() for HTML document templates.
off-canvas-page-wrapper.html.twig file core/themes/claro/templates/off-canvas-page-wrapper.html.twig Default theme implementation for a page wrapper.
off-canvas-page-wrapper.html.twig file core/themes/stable9/templates/content/off-canvas-page-wrapper.html.twig Theme override for a page wrapper.
off-canvas-page-wrapper.html.twig file core/modules/system/templates/off-canvas-page-wrapper.html.twig Default theme implementation for a page wrapper.
olivero_preprocess_html function core/themes/olivero/olivero.theme Implements hook_preprocess_HOOK() for HTML document templates.
olivero_test_preprocess_html function core/modules/system/tests/modules/olivero_test/olivero_test.module Implements hook_preprocess_html().

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