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 |
---|---|---|---|
the-umami-guide-to-our-favourite-mushrooms.html | file | core/ |
|
theme-test--suggestion.html.twig | file | core/ |
{# Output for Theme API test #} Theme hook implementor=theme-test--suggestion.html.twig. Foo={{ foo }} |
theme-test-deprecations-child.html.twig | file | core/ |
{# Test use of deprecated variables in a child template. #} {{- foo }}| {{- gaz }} |
theme-test-deprecations-hook-theme.html.twig | file | core/ |
{# Test variables deprecated in hook_theme(). #} {{ foo }} |
theme-test-deprecations-preprocess.html.twig | file | core/ |
{# Test use of variables deprecated in a preprocess hook. #} {% set set_var = 'set_var' %} {{- foo }}| {{- set_var }}| {%- for for_var in contents %} {{- for_var }}| {%- endfor %} {{- bar }} |
theme-test-foo.html.twig | file | core/ |
{# Output for Theme API test #} {{ foo -}} |
theme-test-function-template-override.html.twig | file | core/ |
{# Output for Theme API test #} Success: Template overrides theme function. |
theme-test-general-suggestions--module-override.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by a module via hook_theme_suggestions_alter(). Hooks: {{ module_hook }} {{ theme_hook }} |
theme-test-general-suggestions--theme-override.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by the test_theme theme via hook_theme_suggestions_alter(). Hooks: {{ module_hook }} {{ theme_hook }} |
theme-test-general-suggestions.html.twig | file | core/ |
{# Output for Theme API test #} Original template for testing hook_theme_suggestions_alter(). Hooks: {{ module_hook }} {{ theme_hook }} |
theme-test-preprocess-callback.html.twig | file | core/ |
{{ foo }} |
theme-test-preprocess-suggestions--kitten--bearcat.html.twig | file | core/ |
<div class="suggestion">{{ foo }}</div> {% if bar %} <div class="suggestion">{{ bar }}</div> {% endif %} |
theme-test-preprocess-suggestions--suggestion.html.twig | file | core/ |
<div class="suggestion">{{ foo }}</div> |
theme-test-preprocess-suggestions.html.twig | file | core/ |
<div class="suggestion">{{ foo }}</div> {% if bar %} <div class="suggestion">{{ bar }}</div> {% endif %} |
theme-test-registered-by-module.html.twig | file | core/ |
{# Output for Theme API test #} Template provided by theme is registered by module. |
theme-test-render-element-children.html.twig | file | core/ |
{# Output for Theme API test #} {{ element -}} |
theme-test-render-element.html.twig | file | core/ |
<div{{ attributes }}></div> |
theme-test-specific-suggestions--variant--foo.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on suggestion alter hook determined by the base hook. <p>Theme hook suggestions: {{ theme_hook_suggestions|safe_join("<br />") }}</p> |
theme-test-specific-suggestions--variant.html.twig | file | core/ |
{# Output for Theme API test #} Template matching the specific theme call. <p>Theme hook suggestions: {{ theme_hook_suggestions|safe_join("<br />") }}</p> |
theme-test-specific-suggestions.html.twig | file | core/ |
{# Output for Theme API test #} Template for testing specific theme calls. |
theme-test-suggestion-provided--foo.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on suggestion provided by the module declaring the theme hook. |
theme-test-suggestion-provided.html.twig | file | core/ |
{# Output for Theme API test #} Template for testing suggestions provided by the module declaring the theme hook. |
theme-test-suggestions--module-override.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by a module via hook_theme_suggestions_HOOK_alter(). |
theme-test-suggestions--theme-override.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by the test_theme theme via hook_theme_suggestions_HOOK_alter(). |
theme-test-suggestions.html.twig | file | core/ |
{# Output for Theme API test #} Original template for testing hook_theme_suggestions_HOOK_alter(). |
theme-test-theme-class.html.twig | file | core/ |
<p>{{ message }}</p> |
ThemeTest::testPreprocessHtml | function | core/ |
Tests that the page variable is not prematurely flattened. |
ThemeTest::testThemeOnNonHtmlRequest | function | core/ |
Ensures that non-HTML requests never initialize themes. |
ThemeTestController::nonHtml | function | core/ |
Controller to ensure that no theme is initialized. |
theme_test.template_test.html.twig | file | core/ |
{# Output for Theme API test #} Success: Template overridden. |
theme_test.template_test.html.twig | file | core/ |
<!-- Output for Theme API test --> Fail: Template not overridden. |
theme_test.template_test.nyan-cat.html | file | core/ |
|
theme_test_preprocess_html | function | core/ |
Implements hook_preprocess_HOOK() for HTML document templates. |
time.html.twig | file | core/ |
Default theme implementation for a date / time element. |
time.html.twig | file | core/ |
Theme override for a date / time element. |
time.html.twig | file | core/ |
Theme override for a date / time element. |
time.html.twig | file | core/ |
Theme override for a date / time element. |
time.html.twig | file | core/ |
Theme override for a date / time element. |
toolbar-button.html.twig | file | core/ |
{# Extra classes variable added to be sure that modifiers will appear after main classes #} {% set classes = [ 'toolbar-button', icon ? 'toolbar-button--icon--' ~ icon : '', extra_classes, … |
toolbar.html.twig | file | core/ |
Theme override for the administrative toolbar. |
toolbar.html.twig | file | core/ |
Theme override for the administrative toolbar. |
toolbar.html.twig | file | core/ |
Default theme implementation for the administrative toolbar. |
toolbar.html.twig | file | core/ |
Theme override for the administrative toolbar. |
toolbar.html.twig | file | core/ |
Theme override for the administrative toolbar. |
toolbar_preprocess_html | function | core/ |
Implements hook_preprocess_HOOK() for HTML document templates. |
top-bar-local-task.html.twig | file | core/ |
Default theme implementation for a single navigation top bar local task. |
top-bar-local-tasks.html.twig | file | core/ |
Default theme implementation for navigation top bar local tasks. |
top-bar.html.twig | file | core/ |
Default theme implementation for the navigation top bar. |
tour.overview.html.twig | file | core/ |
--- label: 'Taking tours of administrative pages' related: - core.ui_components --- {% trans %}Goal{% endtrans %} {% trans %}Take a tour of an administrative page.{% endtrans %} |
tracker.tracking_changed_content.html.twig | file | core/ |
--- label: 'Viewing lists of recently-updated content' related: - core.tracking_content - history.tracking_user_content --- {% set recent_link_text %} {% trans %}Recent content{% endtrans %} {% endset %} {% set recent_link =… |
Pagination
- Previous page
- Page 30
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.