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 |
---|---|---|---|
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/ |
Theme override 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.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. |
tour.overview.html.twig | file | core/ |
--- label: 'Taking tours of administrative pages' related: - core.ui_components --- <h2>{% trans %}Goal{% endtrans %}</h2> <p>{% trans %}Take a tour of an administrative page.{% endtrans %}</p> <h2>{% trans… |
tracker.tracking_changed_content.html.twig | file | core/ |
--- label: 'Viewing lists of recently-updated content' related: - core.tracking_content - statistics.tracking_popular_content - history.tracking_user_content --- {% set recent_link_text %} {% trans %}Recent content{% endtrans %} {%… |
twig-autoescape-test.html.twig | file | core/ |
{# Template for testing autoescape. #} {{ script }} |
twig-raw-test.html.twig | file | core/ |
{# Template for testing |raw with autoescape. #} {% autoescape %} {{ script|raw }} {% endautoescape %} |
twig-registry-loader-test-extend.html.twig | file | core/ |
This line is from test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig {% block content %} This text is in a block. {% endblock %} |
twig-registry-loader-test-extend.html.twig | file | core/ |
This line is from test_theme_twig_registry_loader/templates/twig-registry-loader-test-extend.html.twig {% block content %} This text is in a block. {% endblock %} |
twig-registry-loader-test-extend.html.twig | file | core/ |
This line is from twig_theme_test/templates/twig-registry-loader-test-extend.html.twig {% block content %} This text is in a block. {% endblock %} |
twig-registry-loader-test-include.html.twig | file | core/ |
This line is from test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-include.html.twig |
twig-registry-loader-test-include.html.twig | file | core/ |
This line is from test_theme_twig_registry_loader/templates/twig-registry-loader-test-include.html.twig |
twig-registry-loader-test-include.html.twig | file | core/ |
This line is from twig_theme_test/templates/twig-registry-loader-test-include.html.twig |
twig-registry-loader-test.html.twig | file | core/ |
{% extends "twig-registry-loader-test-extend.html.twig" %} {% block content %} {% include "twig-registry-loader-test-include.html.twig" %} {% endblock %} |
twig-theme-test-embed-tag-embedded.html.twig | file | core/ |
This line is from twig_theme_test/templates/twig-theme-test-embed-tag-embedded.html.twig |
twig_extension_test.filter.html.twig | file | core/ |
<div class="testfilter"> {{ message|testfilter }} </div> <div> {{ safe_join_items|safe_join('<br/>') }} </div> |
twig_extension_test.function.html.twig | file | core/ |
<div class="testfunction"> {{ testfunc(1) }} </div> <div class="testfunction"> {{ testfunc(0) }} </div> |
twig_namespace_test.html.twig | file | core/ |
{% extends "@twig_namespace_a/test.html.twig" %} {% block content %} {% include "@twig_namespace_b/test.html.twig" %} {% endblock %} |
twig_theme_test.attach_library.html.twig | file | core/ |
{{ attach_library('core/ckeditor5') }} |
twig_theme_test.dump.html.twig | file | core/ |
{% set foo = '💩' %} {% set bar = '🐣' %} {% set baz = '☄️' %} {{ dump(foo) }} {{ dump() }} {{ dump(foo, baz) }} |
twig_theme_test.embed_tag.html.twig | file | core/ |
{% embed "@twig_theme_test/twig-theme-test-embed-tag-embedded.html.twig" %} {% endembed %} |
twig_theme_test.file_url.html.twig | file | core/ |
<div>file_url: {{ file_url('core/modules/system/tests/modules/twig_theme_test/twig_theme_test.js') }}</div> <div>file_url: {{ file_url(undefined_variable) }}</div> |
twig_theme_test.filter.html.twig | file | core/ |
<div><strong>No author:</strong> {{ quote|without('author') }}.</div> <div><strong>Complete quote after without:</strong> {{ quote }}.</div> <div><strong>Only author:</strong>… |
twig_theme_test.link_generator.html.twig | file | core/ |
<div>link via the linkgenerator: {{ link('register', test_url) }}</div> <div>link via the linkgenerator: {{ link('register', test_url, {'foo': 'bar'}) }}</div> <div>link via the… |
twig_theme_test.php_variables.html.twig | file | core/ |
{# Output for Twig Theme PHP variables test. #} <ul> {% for key, php_value in php_values %} <li>{{ key }}: {{ php_value.value }}</li> {% endfor %} </ul> |
twig_theme_test.placeholder_outside_trans.html.twig | file | core/ |
Placeholder outside trans: {{ var | placeholder }} {% trans %} Placeholder inside trans: {{ var | placeholder }} {% endtrans %} |
twig_theme_test.renderable.html.twig | file | core/ |
<div>{{ renderable }}</div> |
twig_theme_test.trans.html.twig | file | core/ |
{# Test trans tag with string argument. #} <div> {% trans 'Hello sun.' %} </div> {# Test trans tag with string argument and context #} <div> {% trans 'Hello sun.' with {'context':… |
twig_theme_test.url_generator.html.twig | file | core/ |
{# Test the url and path twig functions #} <div>path (as route) not absolute: {{ path('user.register') }}</div> <div>url (as route) absolute: {{ url('user.register') }}</div> <div>path (as route) not… |
twig_theme_test.url_to_string.html.twig | file | core/ |
<div>rendered url: {{ test_url }}</div> |
umami_preprocess_html | function | core/ |
Implements hook_preprocess_HOOK() for HTML document templates. |
update-fetch-error-message.html.twig | file | core/ |
Default theme implementation for the message when fetching data fails. |
update-fetch-error-message.html.twig | file | core/ |
Default theme implementation for the message when fetching data fails. |
update-fetch-error-message.html.twig | file | core/ |
Default theme implementation for the message when fetching data fails. |
update-last-check.html.twig | file | core/ |
Theme override for the last time update data was checked. |
update-last-check.html.twig | file | core/ |
Theme override for the last time update data was checked. |
update-last-check.html.twig | file | core/ |
Default theme implementation for the last time update data was checked. |
update-project-status.html.twig | file | core/ |
Default theme implementation for the project status report. |
update-project-status.html.twig | file | core/ |
Theme override for the project status report. |
update-project-status.html.twig | file | core/ |
Theme override for the project status report. |
update-report.html.twig | file | core/ |
Theme override for the project status report. |
update-report.html.twig | file | core/ |
Default theme implementation for the project status report. |
update-report.html.twig | file | core/ |
Theme override for the project status report. |
update-version.html.twig | file | core/ |
Theme override for the version display of a project. |
update-version.html.twig | file | core/ |
Theme override for the version display of a project. |
Pagination
- Previous page
- Page 38
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.