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-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(). |
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(). |
theme-test-general-suggestions.html.twig | file | core/ |
{# Output for Theme API test #} Original template for testing hook_theme_suggestions_alter(). |
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. |
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.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/ |
Default theme implementation 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… |
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 %} |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.