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
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/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.html.twig file core/modules/statistics/tests/themes/statistics_test_attached/node.html.twig &lt;article{{ attributes }}&gt;

{{ title_prefix }}
{% if not page %}
&lt;h2{{ title_attributes }}&gt;
&lt;a href=&quot;{{ url }}&quot; rel=&quot;bookmark&quot;&gt;{{ label }}&lt;/a&gt;
&lt;/h2&gt;
{% endif %}
{{ title_suffix…
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.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…
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/modules/system/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.
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().
OutputStrategyInterface::renderFromHtml function core/lib/Drupal/Component/Render/OutputStrategyInterface.php Transforms a given HTML string into to a context-appropriate output string.
page-title.html.twig file core/modules/system/templates/page-title.html.twig Default theme implementation for page titles.
page-title.html.twig file core/themes/claro/templates/classy/content/page-title.html.twig Theme override for page titles.
page-title.html.twig file core/themes/starterkit_theme/templates/content/page-title.html.twig Theme override for page titles.
page-title.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/content/page-title.html.twig Theme override for page titles.
page-title.html.twig file core/themes/olivero/templates/content/page-title.html.twig Olivero&#039;s theme implementation for a page title.
page-title.html.twig file core/themes/stable9/templates/content/page-title.html.twig Theme override for page titles.
page.html.twig file core/profiles/demo_umami/themes/umami/templates/layout/page.html.twig Theme override to display a single page.
page.html.twig file core/themes/olivero/templates/layout/page.html.twig Olivero&#039;s theme implementation to display a single page.
page.html.twig file core/themes/stable9/templates/layout/page.html.twig Theme override to display a single page.
page.html.twig file core/themes/claro/templates/page.html.twig Claro&#039;s theme implementation to display a single Drupal page.
page.html.twig file core/themes/starterkit_theme/templates/layout/page.html.twig Theme override to display a single page.
page.html.twig file core/modules/system/templates/page.html.twig Default theme implementation to display a single page.
pager.html.twig file core/modules/system/templates/pager.html.twig Default theme implementation to display a pager.
pager.html.twig file core/themes/claro/templates/pager.html.twig Theme override to display a pager.
pager.html.twig file core/themes/starterkit_theme/templates/navigation/pager.html.twig Theme override to display a pager.
pager.html.twig file core/themes/olivero/templates/navigation/pager.html.twig Theme override to display a pager.
pager.html.twig file core/themes/stable9/templates/navigation/pager.html.twig Theme override to display a pager.
PageRenderTest::testHtmlRendererAttachmentsRenderContext function core/modules/system/tests/src/Kernel/Common/PageRenderTest.php Tests HtmlRenderer::invokePageAttachmentHooks in a render context.
path.creating_alias.html.twig file core/modules/path/help_topics/path.creating_alias.html.twig ---
label: &#039;Creating a URL alias for a content item&#039;
related:
- path.overview
- path.editing_alias
- node.creating_content
- node.editing
---
{% set path_permissions_link_text %}
{% trans %}Create and edit URL aliases{% endtrans…
path.editing_alias.html.twig file core/modules/path/help_topics/path.editing_alias.html.twig ---
label: &#039;Editing a URL alias&#039;
related:
- path.overview
- path.creating_alias
---
{% set path_permissions_link_text %}
{% trans %}Administer URL aliases{% endtrans %}
{% endset %}
{% set path_permissions_link =…
path.overview.html.twig file core/modules/path/help_topics/path.overview.html.twig ---
label: &#039;Configuring aliases for URLs&#039;
top_level: true
related:
- path.creating_alias
- path.editing_alias
---
&lt;h2&gt;{% trans %}What is a URL?{% endtrans %}&lt;/h2&gt;
&lt;p&gt;{% trans %}URL is the abbreviation for &quot;Uniform…
photo_flickr.html file core/modules/media/tests/fixtures/oembed/photo_flickr.html
pizza-umami.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/pizza-umami.html
pizza-umami.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/pizza-umami.html
PlaceholderGeneratorTest::providerCreatePlaceholderGeneratesValidHtmlMarkup function core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php
PlaceholderGeneratorTest::testCreatePlaceholderGeneratesValidHtmlMarkup function core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php @covers ::createPlaceholder
@dataProvider providerCreatePlaceholderGeneratesValidHtmlMarkup
PlainTextOutput::renderFromHtml function core/lib/Drupal/Component/Render/PlainTextOutput.php Transforms a given HTML string into to a context-appropriate output string.
PlainTextOutputTest::providerRenderFromHtml function core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php Data provider for ::testRenderFromHtml()
PlainTextOutputTest::testRenderFromHtml function core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php Tests ::renderFromHtml().

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