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 |
---|---|---|---|
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/ckeditor') }} |
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> |
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-last-check.html.twig | file | core/ |
Default theme implementation 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-project-status.html.twig | file | core/ |
Theme override for the project status report. |
update-project-status.html.twig | file | core/ |
Default theme implementation 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/ |
Default theme implementation for the version display of a project. |
update-version.html.twig | file | core/ |
Theme override for the version display of a project. |
user.create.html.twig | file | core/ |
--- label: 'Creating a user account' related: - user.security_account_settings - user.overview --- {% set people_url = render_var(url('entity.user.collection')) %} <h2>{% trans %}Goal{% endtrans %}</h2> <p>{%… |
user.html.twig | file | core/ |
Theme override to present all user data. |
user.html.twig | file | core/ |
Theme override to present all user data. |
user.html.twig | file | core/ |
Theme override to present all user data. |
user.html.twig | file | core/ |
Theme override to present all user data. |
user.html.twig | file | core/ |
Theme override to present all user data. |
user.html.twig | file | core/ |
Theme override to present all user data. |
user.html.twig | file | core/ |
Theme override for testing the presence of all user data. |
user.html.twig | file | core/ |
Default theme implementation to present all user data. |
user.new_role.html.twig | file | core/ |
--- label: 'Adding a new role' related: - user.overview - user.permissions --- {% set roles_url = render_var(url('entity.user_role.collection')) %} <h2>{% trans %}Goal{% endtrans %}</h2> <p>{% trans %}Create a… |
user.overview.html.twig | file | core/ |
--- label: 'Managing user accounts and site visitors' top_level: true --- <h2>{% trans %}What is a user?{% endtrans %}</h2> <p>{% trans %}A user is anyone accessing or viewing your site. <em>Anonymous</em> users… |
user.permissions.html.twig | file | core/ |
--- label: 'Modifying the permissions for a role' related: - user.overview - user.new_role - core.security --- {% set permissions_url = render_var(url('user.admin_permissions')) %} <h2>{% trans %}Goal{% endtrans… |
user.security_account_settings.html.twig | file | core/ |
--- label: 'Configuring how user accounts are created and deleted' related: - core.security - user.overview --- {% set account_settings_url = render_var(url('entity.user.admin_form')) %} <h2>{% trans %}Goal{% endtrans… |
user.update.html.twig | file | core/ |
--- label: 'Modifying or deleting a user account' related: - user.security_account_settings - user.overview --- {% set people_url = render_var(url('entity.user.collection')) %} <h2>{% trans %}Goal{% endtrans… |
username.html.twig | file | core/ |
Theme override for displaying a username. |
username.html.twig | file | core/ |
Theme override for displaying a username. |
username.html.twig | file | core/ |
Theme override for displaying a username. |
username.html.twig | file | core/ |
Theme override for displaying a username. |
username.html.twig | file | core/ |
Theme override for displaying a username. |
username.html.twig | file | core/ |
Theme override for displaying a username. |
username.html.twig | file | core/ |
Default theme implementation for displaying a username. |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.