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_extension_test.function.html.twig | file | core/ |
<div class="test-function"> {{ custom_function(1) }} </div> <div class="test-function"> {{ custom_function(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-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--compact.html.twig | file | core/ |
Theme override to present all user data. |
user.create.html.twig | file | core/ |
--- label: 'Creating a user account' related: - user.security_account_settings - user.overview --- {% set people_link_text %}{% trans %}People{% endtrans %}{% endset %} {% set people_link = render_var(help_route_link(people_link_text,… |
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.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.new_role.html.twig | file | core/ |
--- label: 'Adding a new role' related: - user.overview - user.permissions --- {% set roles_link_text %}{% trans %}Roles{% endtrans %}{% endset %} {% set roles_link = render_var(help_route_link(roles_link_text,… |
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_link_text %}{% trans %}Permissions{% endtrans %}{% endset %} {% set permissions_link =… |
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_link_text %}{% trans %}Account settings{% endtrans %}{% endset %} {% set account_settings_link =… |
user.update.html.twig | file | core/ |
--- label: 'Modifying or deleting a user account' related: - user.security_account_settings - user.overview --- {% set people_link_text %}{% trans %}People{% endtrans %}{% endset %} {% set people_link =… |
UserLoginForm::$bareHtmlPageRenderer | property | core/ |
The bare HTML renderer. |
UserLoginTest::testAutocompleteHtmlAttributes | function | core/ |
Tests that user login form has the autocomplete attributes. |
username.html.twig | file | core/ |
Default theme implementation 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. |
ValidatorsTest::testMultipleHtmlRestrictingFilters | function | core/ |
Tests that validation works with >1 enabled HTML restrictor filters. |
vegan-chocolate-nut-brownies.html | file | core/ |
|
vegan-chocolate-nut-brownies.html | file | core/ |
Pagination
- Previous page
- Page 31
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.