Search for theme_

  1. Search 7.x for theme_
  2. Search 9.5.x for theme_
  3. Search 8.9.x for theme_
  4. Search 10.3.x for theme_
  5. Search 11.x for theme_
  6. Other projects
Title Object type File name Summary
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>
UmamiHooks::themeSuggestionsBlockAlter function core/profiles/demo_umami/themes/umami/src/Hook/UmamiHooks.php Implements hook_theme_suggestions_HOOK_alter() for block templates.
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/stable9/css/update/update.admin.theme.css Styles used by the Update Status module.
update.admin.theme.css file core/modules/update/css/update.admin.theme.css Styles used by the Update Status module.
UpdateContribTest::testUpdateBaseThemeSecurityUpdate function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that subthemes are notified about security updates for base themes.
UpdateContribTest::testUpdateShowDisabledThemes function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that uninstalled themes are only shown when desired.
UpdateHooks::themesInstalled function core/modules/update/src/Hook/UpdateHooks.php Implements hook_themes_installed().
UpdateHooks::themesUninstalled function core/modules/update/src/Hook/UpdateHooks.php Implements hook_themes_uninstalled().
UpdateReducedThemeRegistryTest class core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php Tests that update.php is accessible even if there are unstable modules.
UpdateReducedThemeRegistryTest.php file core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php
UpdateReducedThemeRegistryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php The theme to install as the default for testing.
UpdateReducedThemeRegistryTest::$modules property core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php Modules to install.
UpdateReducedThemeRegistryTest::testUpdatePageWithBrokenThemeHook function core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php Tests that the update page can be accessed.
UpdateRegistry::includeThemes function core/lib/Drupal/Core/Update/UpdateRegistry.php
UpdateScriptTest::testThemeSystem function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests the effect of using the update script on the theme system.
UpdateTestBrokenThemeHookHooks class core/modules/system/tests/modules/update_test_broken_theme_hook/src/Hook/UpdateTestBrokenThemeHookHooks.php Hook implementations for update_test_broken_theme_hook.
UpdateTestBrokenThemeHookHooks.php file core/modules/system/tests/modules/update_test_broken_theme_hook/src/Hook/UpdateTestBrokenThemeHookHooks.php
UpdateTestBrokenThemeHookHooks::theme function core/modules/system/tests/modules/update_test_broken_theme_hook/src/Hook/UpdateTestBrokenThemeHookHooks.php Implements hook_theme().
UpdateThemeHooks class core/modules/update/src/Hook/UpdateThemeHooks.php Theme hooks for update module.
UpdateThemeHooks.php file core/modules/update/src/Hook/UpdateThemeHooks.php
UpdateThemeHooks::preprocessUpdateFetchErrorMessage function core/modules/update/src/Hook/UpdateThemeHooks.php Prepares variables for update fetch error message templates.
UpdateThemeHooks::preprocessUpdateLastCheck function core/modules/update/src/Hook/UpdateThemeHooks.php Prepares variables for last time update data was checked templates.
UpdateThemeHooks::preprocessUpdateProjectStatus function core/modules/update/src/Hook/UpdateThemeHooks.php Prepares variables for update project status templates.
UpdateThemeHooks::preprocessUpdateReport function core/modules/update/src/Hook/UpdateThemeHooks.php Prepares variables for project status report templates.
UpdateThemeHooks::preprocessUpdateVersion function core/modules/update/src/Hook/UpdateThemeHooks.php Prepares variables for update version templates.
UpdateThemeHooks::theme function core/modules/update/src/Hook/UpdateThemeHooks.php Implements hook_theme().
UpdateThemeHooks::__construct function core/modules/update/src/Hook/UpdateThemeHooks.php
update_test_base_theme.info.yml file core/modules/update/tests/themes/update_test_base_theme/update_test_base_theme.info.yml core/modules/update/tests/themes/update_test_base_theme/update_test_base_theme.info.yml
update_test_broken_theme_hook.info.yml file core/modules/system/tests/modules/update_test_broken_theme_hook/update_test_broken_theme_hook.info.yml core/modules/system/tests/modules/update_test_broken_theme_hook/update_test_broken_theme_hook.info.yml
update_test_subtheme.info.yml file core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml
UserNameThemeCacheTest class core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php Tests the 'username' theme element.
UserNameThemeCacheTest.php file core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php
UserNameThemeCacheTest::$modules property core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php Modules to install.
UserNameThemeCacheTest::setUp function core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php
UserNameThemeCacheTest::testUserNameThemeRenderCache function core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php Test cache metadata when rendering arrays using 'username' theme element.
UserThemeHooks class core/modules/user/src/Hook/UserThemeHooks.php Hook implementations for user.
UserThemeHooks.php file core/modules/user/src/Hook/UserThemeHooks.php
UserThemeHooks::elementInfoAlter function core/modules/user/src/Hook/UserThemeHooks.php Implements hook_element_info_alter().
UserThemeHooks::preprocessBlock function core/modules/user/src/Hook/UserThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
UserThemeHooks::preprocessUser function core/modules/user/src/Hook/UserThemeHooks.php Prepares variables for user templates.
UserThemeHooks::preprocessUsername function core/modules/user/src/Hook/UserThemeHooks.php Prepares variables for username templates.
UserThemeHooks::processPasswordConfirm function core/modules/user/src/Hook/UserThemeHooks.php Form element process handler for client-side password validation.
UserThemeHooks::theme function core/modules/user/src/Hook/UserThemeHooks.php Implements hook_theme().
UserThemeHooks::__construct function core/modules/user/src/Hook/UserThemeHooks.php
user_test_theme.info.yml file core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml
ViewEditForm::$themeManager property core/modules/views_ui/src/ViewEditForm.php The theme manager.

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