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
bad_help_topics.bad_html2.html.twig file core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.bad_html2.html.twig ---
label: &#039;Bad HTML syntax within trans section&#039;
top_level: true
---
&lt;p&gt;{% trans %}&lt;a href=&quot;/foo&quot;&gt;Text here{% endtrans %}&lt;/a&gt;&lt;/p&gt;
bad_help_topics.bad_html3.html.twig file core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.bad_html3.html.twig ---
label: &#039;Unclosed HTML tag&#039;
top_level: true
---
&lt;p&gt;{% trans %}&lt;a href=&quot;/foo&quot;&gt;Text here{% endtrans %}&lt;/p&gt;
bad_help_topics.empty.html.twig file core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.empty.html.twig ---
label: &#039;Help topic containing no body&#039;
top_level: true
---
bad_help_topics.h1.html.twig file core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.h1.html.twig ---
label: &#039;Help topic with H1 header&#039;
top_level: true
---
&lt;h1&gt;{% trans %}Body goes here{% endtrans %}&lt;/h1&gt;
bad_help_topics.hierarchy.html.twig file core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.hierarchy.html.twig ---
label: &#039;Help topic with h3 without an h2&#039;
top_level: true
---
&lt;h3&gt;{% trans %}Body goes here{% endtrans %}&lt;/h3&gt;
bad_help_topics.locale.html.twig file core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.locale.html.twig ---
label: &#039;Help topic with locale-unsafe tag&#039;
top_level: true
---
&lt;p&gt;{% trans %}some translated text and a &lt;script&gt;alert(&#039;hello&#039;)&lt;/script&gt;{% endtrans %}&lt;/p&gt;
bad_help_topics.related.html.twig file core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.related.html.twig ---
label: &#039;Help topic related to nonexistent topic&#039;
top_level: true
related:
- this.is.not.a.valid.help_topic.id
---
&lt;p&gt;{% trans %}Body goes here{% trans %}&lt;/p&gt;
bad_help_topics.top_level.html.twig file core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.top_level.html.twig ---
label: &#039;Help topic not top level or related to top level&#039;
---
&lt;p&gt;{% trans %}Body goes here{% endtrans %}&lt;/p&gt;
bad_help_topics.translated.html.twig file core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.translated.html.twig ---
label: &#039;Help topic with untranslated text&#039;
top_level: true
---
&lt;p&gt;Body goes here&lt;/p&gt;
&lt;p&gt;{% trans %}some translated text too{% endtrans %}&lt;/p&gt;
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
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
ban.banning_ips.html.twig file core/modules/help_topics/help_topics/ban.banning_ips.html.twig ---
label: &#039;Banning IP addresses&#039;
related:
- user.overview
---
{% set ban_link_text %}{% trans %}IP address bans{% endtrans %}{% endset %}
{% set ban_link = render_var(help_route_link(ban_link_text, &#039;ban.admin_page&#039;))…
BareHtmlPageRenderer class core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php Provides a proxy class for \Drupal\Core\Render\BareHtmlPageRenderer.
BareHtmlPageRenderer class core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php Default bare HTML page renderer.
BareHtmlPageRenderer.php file core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php
BareHtmlPageRenderer.php file core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php
BareHtmlPageRenderer::$container property core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php The service container.
BareHtmlPageRenderer::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php The id of the original proxied service.
BareHtmlPageRenderer::$htmlResponseAttachmentsProcessor property core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php The HTML response attachments processor service.
BareHtmlPageRenderer::$renderer property core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php The renderer service.
BareHtmlPageRenderer::$service property core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php The real proxied service, after it was lazy loaded.
BareHtmlPageRenderer::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php Lazy loads the real service from the container.
BareHtmlPageRenderer::renderBarePage function core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php Renders a bare page.
BareHtmlPageRenderer::renderBarePage function core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php Renders a bare page.
BareHtmlPageRenderer::__construct function core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php Constructs a ProxyClass Drupal proxy object.
BareHtmlPageRenderer::__construct function core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php Constructs a new BareHtmlPageRenderer.
BareHtmlPageRendererInterface interface core/lib/Drupal/Core/Render/BareHtmlPageRendererInterface.php Bare HTML page renderer.
BareHtmlPageRendererInterface.php file core/lib/Drupal/Core/Render/BareHtmlPageRendererInterface.php
BareHtmlPageRendererInterface::renderBarePage function core/lib/Drupal/Core/Render/BareHtmlPageRendererInterface.php Renders a bare page.
bare_html_page_renderer service core/core.services.yml Drupal\Core\Render\BareHtmlPageRenderer
bartik_preprocess_html function core/themes/bartik/bartik.theme Implements hook_preprocess_HOOK() for HTML document templates.
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.
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
BigPipeResponseAttachmentsProcessorTest::testHtmlResponse function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php @covers ::processAttachments
BigPipeResponseAttachmentsProcessorTest::testNonHtmlResponse function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php @covers ::processAttachments
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--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.
block--help.html.twig file core/profiles/demo_umami/themes/umami/templates/components/help-block/block--help.html.twig Theme override for help messages.
block--local-actions-block.html.twig file core/themes/stable9/templates/block/block--local-actions-block.html.twig Theme override for local actions (primary admin actions.)
block--local-actions-block.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/block/block--local-actions-block.html.twig Theme override for local actions (primary admin actions.)
block--local-actions-block.html.twig file core/modules/system/templates/block--local-actions-block.html.twig Theme override for local actions (primary admin actions.)
block--local-actions-block.html.twig file core/themes/claro/templates/block--local-actions-block.html.twig Theme override for local actions (primary admin actions.)
block--local-actions-block.html.twig file core/themes/seven/templates/block--local-actions-block.html.twig Theme override for local actions (primary admin actions.)
block--local-actions-block.html.twig file core/themes/bartik/templates/classy/block/block--local-actions-block.html.twig Theme override for local actions (primary admin actions.)
block--local-actions-block.html.twig file core/themes/starterkit_theme/templates/block/block--local-actions-block.html.twig Theme override for local actions (primary admin actions.)

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