Search for html
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Html | class | core/ |
Provides a render element for an entire HTML page: <html> plus its children. |
| Html | class | core/ |
Provides DOMDocument helpers for parsing and serializing HTML strings. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| give-it-a-go-and-grow-your-own-herbs.html | file | core/ |
|
| give-your-oatmeal-the-ultimate-makeover.html | file | core/ |
|
| give-your-oatmeal-the-ultimate-makeover.html | file | core/ |
|
| help-section.html.twig | file | core/ |
Theme override for a section of the help page. |
| help-section.html.twig | file | core/ |
Theme override for a section of the help page. |
| help-section.html.twig | file | core/ |
Theme override for a section of the help page. |
| help-section.html.twig | file | core/ |
Theme override for a section of the help page. |
| help-section.html.twig | file | core/ |
Theme override for a section of the help page. |
| help-section.html.twig | file | core/ |
Theme override for a section of the help page. |
| help-section.html.twig | file | core/ |
Default theme implementation for a section of the help page. |
| help-topic.html.twig | file | core/ |
Default theme implementation to display a help topic. |
| help.help_topic_search.html.twig | file | core/ |
--- label: 'Configuring help search' top_level: true related: - block.place - system.cache - core.cron --- {% set extend_url = render_var(url('system.modules_list')) %} {% set help_url = render_var(url('help.main'))… |
| help_topics_test.additional.html.twig | file | core/ |
--- label: 'Additional topic' related: - help_topics_test.test --- <p>{% trans %}This topic should get listed automatically on the Help test topic.{% endtrans %}</p> |
| help_topics_test.linked.html.twig | file | core/ |
--- label: 'Linked topic' --- <p>{% trans %}This topic is not supposed to be top-level.{% endtrans %}</p> |
| help_topics_test.test.html.twig | file | core/ |
--- label: "ABC Help Test module" top_level: true related: - help_topics_test.linked - does_not_exist.and_no_error --- {% set help_topic_url = render_var(url('help.help_topic', {id: 'help_topics_test.additional'}))… |
| help_topics_test_theme.test.html.twig | file | core/ |
--- label: 'XYZ Help Test theme' top_level: true related: - help_topics_test.additional --- <p>{% trans %}This is a theme provided topic.{% endtrans %}</p> |
| Html | class | core/ |
Provides a render element for an entire HTML page: <html> plus its children. |
| Html | class | core/ |
Provides DOMDocument helpers for parsing and serializing HTML strings. |
| html-1.txt | file | core/ |
<h1>SimpleTest HTML</h1> |
| html-1.txt | file | core/ |
<h1>SimpleTest HTML</h1> |
| html-2.html | file | core/ |
|
| html.html.twig | file | core/ |
Default theme implementation for the basic structure of a single Drupal page. |
| html.html.twig | file | core/ |
Theme override for the basic structure of a single Drupal page. |
| html.html.twig | file | core/ |
Theme override for the basic structure of a single Drupal page. |
| html.html.twig | file | core/ |
Theme override for the basic structure of a single Drupal page. |
| html.html.twig | file | core/ |
Theme override for the basic structure of a single Drupal page. |
| html.html.twig | file | core/ |
Theme override for the basic structure of a single Drupal page. |
| html.html.twig | file | core/ |
Theme override for the basic structure of a single Drupal page. |
| Html.php | file | core/ |
|
| Html.php | file | core/ |
|
| Html::$classes | property | core/ |
An array of previously cleaned HTML classes. |
| Html::$isAjax | property | core/ |
Stores whether the current request was sent via AJAX. |
| Html::$seenIds | property | core/ |
An array of IDs, including incremented versions when an ID is duplicated. |
| Html::$seenIdsInit | property | core/ |
An array of the initial IDs used in one request. |
| Html::$uriAttributes | property | core/ |
All attributes that may contain URIs. |
| Html::cleanCssIdentifier | function | core/ |
Prepares a string for use as a CSS identifier (element, class, or ID name). |
| Html::decodeEntities | function | core/ |
Decodes all HTML entities including numerical ones to regular UTF-8 bytes. |
| Html::escape | function | core/ |
Escapes text by converting special characters to HTML entities. |
| Html::escapeCdataElement | function | core/ |
Adds comments around a <!CDATA section in a \DOMNode. |
| Html::getClass | function | core/ |
Prepares a string for use as a valid class name. |
| Html::getId | function | core/ |
Prepares a string for use as a valid HTML ID. |
| Html::getInfo | function | core/ |
Returns the element properties for this element. |
| Html::getUniqueId | function | core/ |
Prepares a string for use as a valid HTML ID and guarantees uniqueness. |
| Html::load | function | core/ |
Parses an HTML snippet and returns it as a DOM object. |
| Html::normalize | function | core/ |
Normalizes an HTML snippet. |
| Html::resetSeenIds | function | core/ |
Resets the list of seen IDs. |
| Html::serialize | function | core/ |
Converts the body of a \DOMDocument back to an HTML snippet. |
| Html::setIsAjax | function | core/ |
Sets if this request is an Ajax request. |
| Html::transformRootRelativeUrlsToAbsolute | function | core/ |
Converts all root-relative URLs to absolute URLs. |
| HtmlAttributesTest | class | core/ |
Tests attributes inserted in the 'html' and 'body' elements on the page. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.