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
HelpTopicsSyntaxTest::validateHtml function core/modules/help/tests/src/Functional/HelpTopicsSyntaxTest.php Validates the HTML and header hierarchy for topic text.
help_topics_test.additional.html.twig file core/modules/help/tests/modules/help_topics_test/help_topics/help_topics_test.additional.html.twig ---
label: &#039;Additional topic&#039;
related:
- help_topics_test.test
---
&lt;p&gt;{% trans %}This topic should get listed automatically on the Help test topic.{% endtrans %}&lt;/p&gt;
help_topics_test.linked.html.twig file core/modules/help/tests/modules/help_topics_test/help_topics/help_topics_test.linked.html.twig ---
label: &#039;Linked topic&#039;
---
&lt;p&gt;{% trans %}This topic is not supposed to be top-level.{% endtrans %}&lt;/p&gt;
help_topics_test.test.html.twig file core/modules/help/tests/modules/help_topics_test/help_topics/help_topics_test.test.html.twig ---
label: &quot;ABC Help Test module&quot;
top_level: true
related:
- help_topics_test.linked
- does_not_exist.and_no_error
---
{% set help_topic_link = render_var(help_topic_link(&#039;help_topics_test.test_urls&#039;)) %}
&lt;p&gt;{% trans…
help_topics_test.test_urls.html.twig file core/modules/help/tests/modules/help_topics_test/help_topics/help_topics_test.test_urls.html.twig ---
label: &#039;URL test topic&#039;
top_level: true
---
{% set non_route_link = render_var(help_route_link(&#039;not a route&#039;, &#039;not_a_real_route&#039;)) %}
{% set missing_params_link = render_var(help_route_link(&#039;missing params&#039;,…
help_topics_test_theme.test.html.twig file core/modules/help/tests/themes/help_topics_test_theme/help_topics/help_topics_test_theme.test.html.twig ---
label: &#039;XYZ Help Test theme&#039;
top_level: true
related:
- help_topics_test.additional
---
&lt;p&gt;{% trans %}This is a theme provided topic.{% endtrans %}&lt;/p&gt;
history.tracking_user_content.html.twig file core/modules/history/help_topics/history.tracking_user_content.html.twig ---
label: &#039;Tracking which content a user has visited&#039;
related:
- core.tracking_content
---
&lt;h2&gt;{% trans %}What content visits are tracked?{% endtrans %}&lt;/h2&gt;
&lt;p&gt;{% trans %}The core History module tracks when each…
Html class core/lib/Drupal/Core/Render/Element/Html.php Provides a render element for an entire HTML page: &lt;html&gt; plus its children.
Html class core/lib/Drupal/Component/Utility/Html.php Provides DOMDocument helpers for parsing and serializing HTML strings.
html-1.txt file core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/tests/fixtures/files/html-1.txt &lt;h1&gt;Test HTML&lt;/h1&gt;
html-1.txt file core/tests/fixtures/files/html-1.txt &lt;h1&gt;Test HTML&lt;/h1&gt;
html-2.html file core/tests/fixtures/files/html-2.html
html.html.twig file core/themes/claro/templates/classy/layout/html.html.twig Theme override for the basic structure of a single Drupal page.
html.html.twig file core/themes/starterkit_theme/templates/layout/html.html.twig Theme override for the basic structure of a single Drupal page.
html.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/layout/html.html.twig Theme override for the basic structure of a single Drupal page.
html.html.twig file core/themes/olivero/templates/layout/html.html.twig Theme override for the basic structure of a single Drupal page.
html.html.twig file core/themes/stable9/templates/layout/html.html.twig Theme override for the basic structure of a single Drupal page.
html.html.twig file core/modules/system/templates/html.html.twig Default theme implementation for the basic structure of a single Drupal page.
Html.php file core/lib/Drupal/Core/Render/Element/Html.php
Html.php file core/lib/Drupal/Component/Utility/Html.php
Html::$classes property core/lib/Drupal/Component/Utility/Html.php An array of previously cleaned HTML classes.
Html::$isAjax property core/lib/Drupal/Component/Utility/Html.php Stores whether the current request was sent via AJAX.
Html::$seenIds property core/lib/Drupal/Component/Utility/Html.php An array of IDs, including incremented versions when an ID is duplicated.
Html::$seenIdsInit property core/lib/Drupal/Component/Utility/Html.php An array of the initial IDs used in one request.
Html::$uriAttributes property core/lib/Drupal/Component/Utility/Html.php All attributes that may contain URIs.
Html::cleanCssIdentifier function core/lib/Drupal/Component/Utility/Html.php Prepares a string for use as a CSS identifier (element, class, or ID name).
Html::decodeEntities function core/lib/Drupal/Component/Utility/Html.php Decodes all HTML entities including numerical ones to regular UTF-8 bytes.
Html::escape function core/lib/Drupal/Component/Utility/Html.php Escapes text by converting special characters to HTML entities.
Html::escapeCdataElement function core/lib/Drupal/Component/Utility/Html.php Adds comments around a &lt;!CDATA section in a \DOMNode.
Html::getClass function core/lib/Drupal/Component/Utility/Html.php Prepares a string for use as a valid class name.
Html::getId function core/lib/Drupal/Component/Utility/Html.php Prepares a string for use as a valid HTML ID.
Html::getInfo function core/lib/Drupal/Core/Render/Element/Html.php Returns the element properties for this element.
Html::getUniqueId function core/lib/Drupal/Component/Utility/Html.php Prepares a string for use as a valid HTML ID and guarantees uniqueness.
Html::load function core/lib/Drupal/Component/Utility/Html.php Parses an HTML snippet and returns it as a DOM object.
Html::normalize function core/lib/Drupal/Component/Utility/Html.php Normalizes an HTML snippet.
Html::resetSeenIds function core/lib/Drupal/Component/Utility/Html.php Resets the list of seen IDs.
Html::serialize function core/lib/Drupal/Component/Utility/Html.php Converts the body of a \DOMDocument back to an HTML snippet.
Html::setIsAjax function core/lib/Drupal/Component/Utility/Html.php Sets if this request is an Ajax request.
Html::transformRootRelativeUrlsToAbsolute function core/lib/Drupal/Component/Utility/Html.php Converts all root-relative URLs to absolute URLs.
HtmlAttributesTest class core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php Tests attributes inserted in the &#039;html&#039; and &#039;body&#039; elements on the page.
HtmlAttributesTest.php file core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php
HtmlAttributesTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php The theme to install as the default for testing.
HtmlAttributesTest::$modules property core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php Modules to install.
HtmlAttributesTest::testThemeHtmlAttributes function core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php Tests that attributes in the &#039;html&#039; and &#039;body&#039; elements can be altered.
HtmlCommand class core/lib/Drupal/Core/Ajax/HtmlCommand.php AJAX command for calling the jQuery html() method.
HtmlCommand.php file core/lib/Drupal/Core/Ajax/HtmlCommand.php
HtmlCommand::render function core/lib/Drupal/Core/Ajax/HtmlCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
HtmlEntityFormController class core/lib/Drupal/Core/Entity/HtmlEntityFormController.php Wrapping controller for entity forms that serve as the main page body.
HtmlEntityFormController.php file core/lib/Drupal/Core/Entity/HtmlEntityFormController.php
HtmlEntityFormController::$entityTypeManager property core/lib/Drupal/Core/Entity/HtmlEntityFormController.php The entity type manager service.

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