Search for theme_

  1. Search 7.x for theme_
  2. Search 9.5.x for theme_
  3. Search 10.3.x for theme_
  4. Search 11.x for theme_
  5. Search main for theme_
  6. Other projects
Title Object type File name Summary
theme_theme_test_function_suggestions function core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module Returns HTML for a theme function suggestion test.
theme_theme_test_function_template_override function core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module Theme function for hook theme_test_function_template_override.
theme_theme_test_render_element_children function core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module Theme function for testing rendering of child elements via drupal_render().
theme_theme_test_suggestions_include function core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module Returns HTML for a theme function include test.
toolbar.icons.theme.css file core/modules/toolbar/css/toolbar.icons.theme.css Styling for toolbar module icons.
toolbar.icons.theme.css file core/themes/stable/css/toolbar/toolbar.icons.theme.css Styling for toolbar module icons.
toolbar.theme.css file core/themes/stable/css/toolbar/toolbar.theme.css toolbar.theme.css
toolbar.theme.css file core/modules/toolbar/css/toolbar.theme.css toolbar.theme.css
tour.theme.css file core/themes/claro/css/components/tour.theme.css Styles for Tour theme.
tour.theme.css file core/profiles/demo_umami/themes/umami/css/components/tour/tour.theme.css .joyride-tip-guide .tour-tip-label {
margin-top: 0;
}

.joyride-tip-guide h2 {
margin: 10px 0;
color: #fff;
font-family: "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Sans", sans-serif;
tour.theme.css file core/themes/seven/css/components/tour.theme.css Styles for Tour theme.
tour.theme.pcss.css file core/themes/claro/css/components/tour.theme.pcss.css Styles for Tour theme.
twig-theme-test-embed-tag-embedded.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig-theme-test-embed-tag-embedded.html.twig This line is from twig_theme_test/templates/twig-theme-test-embed-tag-embedded.html.twig
twig.loader.theme_registry service core/core.services.yml Drupal\Core\Template\Loader\ThemeRegistryLoader
TwigExtension::$themeManager property core/lib/Drupal/Core/Template/TwigExtension.php The theme manager.
TwigExtension::getActiveThemePath function core/lib/Drupal/Core/Template/TwigExtension.php Gets the path of the active theme.
TwigExtension::setThemeManager function core/lib/Drupal/Core/Template/TwigExtension.php Sets the theme manager.
TwigExtensionTest::$themeManager property core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php The theme manager.
TwigExtensionTest::testActiveThemePath function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests the active_theme_path function.
TwigThemeTestController class core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Controller routines for Twig theme test routes.
TwigThemeTestController.php file core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php
TwigThemeTestController::attachLibraryRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing attach_library functions in a Twig template.
TwigThemeTestController::embedTagRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing the embed tag in a Twig template.
TwigThemeTestController::fileUrlRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing file_url functions in a Twig template.
TwigThemeTestController::linkGeneratorRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing link_generator functions in a Twig template.
TwigThemeTestController::phpVariablesRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Menu callback for testing PHP variables in a Twig template.
TwigThemeTestController::placeholderOutsideTransRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Controller for testing the twig placeholder filter outside of {% trans %}
TwigThemeTestController::registryLoaderRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Menu callback for testing the Twig registry loader.
TwigThemeTestController::renderable function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Controller for testing a renderable inside a template.
TwigThemeTestController::transBlockRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Menu callback for testing translation blocks in a Twig template.
TwigThemeTestController::urlGeneratorRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing url_generator functions in a Twig template.
TwigThemeTestController::urlToStringRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders a URL to a string.
twig_theme_test.attach_library.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.attach_library.html.twig {{ attach_library('core/ckeditor') }}
twig_theme_test.embed_tag.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.embed_tag.html.twig {% embed "@twig_theme_test/twig-theme-test-embed-tag-embedded.html.twig" %}

{% endembed %}
twig_theme_test.file_url.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.file_url.html.twig <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/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.filter.html.twig <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.info.yml file core/modules/system/tests/modules/twig_theme_test/twig_theme_test.info.yml core/modules/system/tests/modules/twig_theme_test/twig_theme_test.info.yml
twig_theme_test.link_generator.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.link_generator.html.twig <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.module file core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module Test module.
twig_theme_test.php_variables.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.php_variables.html.twig {# 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/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.placeholder_outside_trans.html.twig Placeholder outside trans: {{ var | placeholder }}

{% trans %}
Placeholder inside trans: {{ var | placeholder }}
{% endtrans %}
twig_theme_test.renderable.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.renderable.html.twig <div>{{ renderable }}</div>
twig_theme_test.routing.yml file core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml
twig_theme_test.trans.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.trans.html.twig {# 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/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.url_generator.html.twig {# 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/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.url_to_string.html.twig <div>rendered url: {{ test_url }}</div>
twig_theme_test_preprocess_status_messages function core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module Implements template_preprocess_status_messages().
twig_theme_test_theme function core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module Implements hook_theme().
umami_theme_suggestions_block_alter function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_theme_suggestions_HOOK_alter() for block templates.
update.admin.theme.css file core/themes/stable/css/update/update.admin.theme.css Styles used by the Update Manager module.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.