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
action.creating.html.twig file core/modules/action/help_topics/action.creating.html.twig ---
label: &#039;Creating an advanced action&#039;
related:
- action.overview
- views_ui.bulk_operations
---
{% set actions_link_text %}
{% trans %}Actions{% endtrans %}
{% endset %}
{% set actions = render_var(help_route_link(actions_link_text,…
action.overview.html.twig file core/modules/action/help_topics/action.overview.html.twig ---
label: &#039;Configuring actions&#039;
top_level: true
related:
- views.overview
- views_ui.bulk_operations
---
{% set actions_link_text %}
{% trans %}Actions administration page{% endtrans %}
{% endset %}
{% set actions_page =…
ActiveLinkResponseFilterTest::testOnlyHtml function core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php Tests ActiveLinkResponseFilter only affects HTML responses.
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-content.html.twig file core/themes/claro/templates/admin/admin-block-content.html.twig Claro&#039;s theme implementation for the content of an administrative block.
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.html.twig file core/modules/system/templates/admin-block.html.twig Default theme implementation for an administrative block.
admin-block.html.twig file core/themes/stable9/templates/admin/admin-block.html.twig Theme override for an administrative block.
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.
admin-page.html.twig file core/modules/system/templates/admin-page.html.twig Default theme implementation for an administrative page.
AdminHtmlRouteProvider class core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php Provides HTML routes for entities with administrative add/edit/delete pages.
AdminHtmlRouteProvider.php file core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php
AdminHtmlRouteProvider::getAddFormRoute function core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php Gets the add-form route.
AdminHtmlRouteProvider::getAddPageRoute function core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php Gets the add page route.
AdminHtmlRouteProvider::getDeleteFormRoute function core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php Gets the delete-form route.
AdminHtmlRouteProvider::getDeleteMultipleFormRoute function core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php Returns the delete multiple form route.
AdminHtmlRouteProvider::getEditFormRoute function core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php Gets the edit-form route.
AdminRouteSubscriber::isHtmlRoute function core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php Determines whether the given route is an HTML route.
AjaxCommandsTest::testHtmlCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\HtmlCommand
ajax_forms_test_advanced_commands_html_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects &#039;html&#039;.
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 %}
&lt;nav class=&quot;announcements&quot;&gt;
&lt;ul&gt;
{% if featured|length %}
{% for announcement in featured %}
&lt;li class=&quot;announcement announcement--featured&quot; data-drupal-featured&gt;
announcements_feed.overview.html.twig file core/modules/announcements_feed/help_topics/announcements_feed.overview.html.twig ---
label: &#039;Viewing Drupal announcements&#039;
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 &#039;core/&lt;head&gt;&#039; 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: &#039;Help topic with bad HTML syntax&#039;
top_level: true
---
&lt;p&gt;{% trans %}Body goes here{% endtrans %}&lt;/h3&gt;
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: &#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/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/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/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/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/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/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/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/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;
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: &#039;URL test topic that uses outdated url function&#039;
top_level: true
---
{% set link_uses_url_func = render_var(url(&#039;valid.route&#039;)) %}
&lt;p&gt;{% 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: &#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/Render/BareHtmlPageRenderer.php Default bare HTML page renderer.
BareHtmlPageRenderer class core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php Provides a proxy class for \Drupal\Core\Render\BareHtmlPageRenderer.
BareHtmlPageRenderer.php file core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php
BareHtmlPageRenderer.php file core/lib/Drupal/Core/ProxyClass/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.

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