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. Search 11.x for html
  6. Other projects
Title Object type File name Summary
admin-block-content.html.twig file core/modules/system/templates/admin-block-content.html.twig Default theme implementation for the content of an administrative block.
admin-block-content.html.twig file core/themes/claro/templates/admin/admin-block-content.html.twig Claro's theme implementation for the content of an administrative block.
admin-block-content.html.twig file core/themes/stable9/templates/admin/admin-block-content.html.twig Theme override for the content of an administrative block.
admin-block.html.twig file core/themes/stable9/templates/admin/admin-block.html.twig Theme override for an administrative block.
admin-block.html.twig file core/modules/system/templates/admin-block.html.twig Default theme implementation for an administrative block.
admin-page.html.twig file core/modules/system/templates/admin-page.html.twig Default theme implementation for an administrative page.
admin-page.html.twig file core/themes/claro/templates/admin/admin-page.html.twig Theme override for an administrative page.
admin-page.html.twig file core/themes/stable9/templates/admin/admin-page.html.twig Theme override for an administrative page.
AdminRouteSubscriber::isHtmlRoute function core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php Determines whether the given route is an HTML route.
announcements-feed-admin.html.twig file core/modules/announcements_feed/templates/announcements-feed-admin.html.twig Template file for the theming of announcement_feed admin page.
announcements-feed-admin.html.twig file core/themes/stable9/templates/announcements_feed/announcements-feed-admin.html.twig Template file for the theming of announcement_feed admin page.
announcements-feed.html.twig file core/themes/stable9/templates/announcements_feed/announcements-feed.html.twig Template file for the theming of announcement_feed off-canvas dialog.
announcements-feed.html.twig file core/modules/announcements_feed/templates/announcements-feed.html.twig Template file for the theming of announcement_feed off-canvas dialog.
announcements.html.twig file core/modules/announcements_feed/templates/announcements.html.twig {% if count %}
<nav class="announcements">
<ul>
{% if featured|length %}
{% for announcement in featured %}
<li class="announcement announcement--featured" data-drupal-featured>
announcements_feed.overview.html.twig file core/modules/announcements_feed/help_topics/announcements_feed.overview.html.twig ---
label: 'Viewing Drupal announcements'
top_level: true
---
{% set actions_link_text %}
{% trans %}Announcements{% endtrans %}
{% endset %}
{% set actions_link = render_var(help_route_link(actions_link_text,…
AttachedAssetsTest::testHeaderHTML function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JS assets depending on the 'core/<head>' virtual library.
authorize-report.html.twig file core/themes/stable9/templates/admin/authorize-report.html.twig Theme override for authorize.php operation report templates.
authorize-report.html.twig file core/modules/system/templates/authorize-report.html.twig Default theme implementation for authorize.php operation report templates.
bad_help_topics.bad_html.html.twig file core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.bad_html.html.twig ---
label: 'Help topic with bad HTML syntax'
top_level: true
---
<p>{% trans %}Body goes here{% endtrans %}</h3>
bad_help_topics.bad_html2.html.twig file core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.bad_html2.html.twig ---
label: 'Bad HTML syntax within trans section'
top_level: true
---
<p>{% trans %}<a href="/foo">Text here{% endtrans %}</a></p>
bad_help_topics.bad_html3.html.twig file core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.bad_html3.html.twig ---
label: 'Unclosed HTML tag'
top_level: true
---
<p>{% trans %}<a href="/foo">Text here{% endtrans %}</p>
bad_help_topics.empty.html.twig file core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.empty.html.twig ---
label: 'Help topic containing no body'
top_level: true
---
bad_help_topics.h1.html.twig file core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.h1.html.twig ---
label: 'Help topic with H1 header'
top_level: true
---
<h1>{% trans %}Body goes here{% endtrans %}</h1>
bad_help_topics.hierarchy.html.twig file core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.hierarchy.html.twig ---
label: 'Help topic with h3 without an h2'
top_level: true
---
<h3>{% trans %}Body goes here{% endtrans %}</h3>
bad_help_topics.locale.html.twig file core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.locale.html.twig ---
label: 'Help topic with locale-unsafe tag'
top_level: true
---
<p>{% trans %}some translated text and a <script>alert('hello')</script>{% endtrans %}</p>
bad_help_topics.related.html.twig file core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.related.html.twig ---
label: 'Help topic related to nonexistent topic'
top_level: true
related:
- this.is.not.a.valid.help_topic.id
---
<p>{% trans %}Body goes here{% trans %}</p>
bad_help_topics.top_level.html.twig file core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.top_level.html.twig ---
label: 'Help topic not top level or related to top level'
---
<p>{% trans %}Body goes here{% endtrans %}</p>
bad_help_topics.translated.html.twig file core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.translated.html.twig ---
label: 'Help topic with untranslated text'
top_level: true
---
<p>Body goes here</p>
<p>{% trans %}some translated text too{% endtrans %}</p>
bad_help_topics.url_func_used.html.twig file core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.url_func_used.html.twig ---
label: 'URL test topic that uses outdated url function'
top_level: true
---
{% set link_uses_url_func = render_var(url('valid.route')) %}
<p>{% trans %}This topic should be top-level. It is used to test URLs{% endtrans…
baking-mishaps-our-troubleshooting-tips.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/baking-mishaps-our-troubleshooting-tips.html
baking-mishaps-our-troubleshooting-tips.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/baking-mishaps-our-troubleshooting-tips.html
ban.banning_ips.html.twig file core/modules/ban/help_topics/ban.banning_ips.html.twig ---
label: 'Banning IP addresses'
related:
- user.overview
---
{% set ban_link_text %}{% trans %}IP address bans{% endtrans %}{% endset %}
{% set ban_link = render_var(help_route_link(ban_link_text, 'ban.admin_page'))…
big-pipe-interface-preview--user-toolbar-link-builder-renderDisplayName.html.twig file core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/big-pipe-interface-preview--user-toolbar-link-builder-renderDisplayName.html.twig <span class="i-am-taking-up-space">LOOK AT ME I AM CONSUMING SPACE FOR LATER</span>
big-pipe-interface-preview.html.twig file core/themes/stable9/templates/content/big-pipe-interface-preview.html.twig Theme override for a BigPipe JS placeholder interface preview.
big-pipe-interface-preview.html.twig file core/modules/big_pipe/templates/big-pipe-interface-preview.html.twig Default theme implementation for a BigPipe JS placeholder interface preview.
big-pipe-test-large-content.html.twig file core/modules/big_pipe/tests/modules/big_pipe_regression_test/templates/big-pipe-test-large-content.html.twig <div id="big-pipe-large-content">
{% for i in 0..130000 %}
boing
{% endfor %}
</div>
BigPipe::splitHtmlOnPlaceholders function core/modules/big_pipe/src/Render/BigPipe.php Splits an HTML string into fragments.
BigPipePlaceholderTestCase::$embeddedHtmlResponse property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The corresponding expected embedded HTML response.
BigPipeRegressionTest::testPlaceholderHtmlEdgeCases function core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php Tests edge cases with placeholder HTML.
BigPipeResponse::$originalHtmlResponse property core/modules/big_pipe/src/Render/BigPipeResponse.php The original HTML response.
BigPipeResponse::getOriginalHtmlResponse function core/modules/big_pipe/src/Render/BigPipeResponse.php Returns the original HTML response.
BigPipeResponse::populateBasedOnOriginalHtmlResponse function core/modules/big_pipe/src/Render/BigPipeResponse.php Populates this BigPipeResponse object based on the original HTML response.
BigPipeResponseAttachmentsProcessor::$htmlResponseAttachmentsProcessor property core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php The HTML response attachments processor service.
BigPipeResponseAttachmentsProcessorTest::nonHtmlResponseProvider function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php Provides data to testNonHtmlResponse().
BigPipeResponseAttachmentsProcessorTest::testHtmlResponse function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php Tests html response.
BigPipeResponseAttachmentsProcessorTest::testNonHtmlResponse function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php Tests non html response.
block--block-content--view-type--basic--full.html.twig file core/modules/block_content/tests/modules/block_content_theme_suggestions_test/templates/block--block-content--view-type--basic--full.html.twig {{ label }}

<h1>I am a block content template for a specific bundle and view mode!</h1>
block--bundle--banner-block.html.twig file core/profiles/demo_umami/themes/umami/templates/components/banner-block/block--bundle--banner-block.html.twig Theme override to display a block.
block--bundle--disclaimer-block.html.twig file core/profiles/demo_umami/themes/umami/templates/components/disclaimer/block--bundle--disclaimer-block.html.twig Theme override for a disclaimer block.
block--bundle--footer-promo-block.html.twig file core/profiles/demo_umami/themes/umami/templates/components/footer-promo-block/block--bundle--footer-promo-block.html.twig Theme override to display a block.

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