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
system-themes-page.html.twig file core/themes/admin/templates/system/system-themes-page.html.twig Theme override for the Appearance page.
system-themes-page.html.twig file core/themes/default_admin/templates/system/system-themes-page.html.twig Theme override for the Appearance page.
system-themes-page.html.twig file core/modules/system/templates/system-themes-page.html.twig Default theme implementation for the Appearance page.
system-themes.css file core/themes/default_admin/css/components/system-themes.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

.system-themes-list {
margin-block-end: var(--gin-spacing-l);
}

#system-themes-page {
hr {
display:…
system-themes.pcss.css file core/themes/default_admin/css/components/system-themes.pcss.css .system-themes-list {
margin-block-end: var(--gin-spacing-l);
}

#system-themes-page {
hr {
display: none;
}
}

.system-themes-list__header {
padding: var(--gin-spacing-m) var(--gin-spacing-l);
text-transform: none;
color:…
system.theme.global.yml file core/profiles/demo_umami/config/install/system.theme.global.yml core/profiles/demo_umami/config/install/system.theme.global.yml
system.theme.global.yml file core/profiles/minimal/config/install/system.theme.global.yml core/profiles/minimal/config/install/system.theme.global.yml
system.theme.global.yml file core/tests/fixtures/config_install/testing_config_install/system.theme.global.yml core/tests/fixtures/config_install/testing_config_install/system.theme.global.yml
system.theme.global.yml file core/tests/fixtures/config_install/multilingual/system.theme.global.yml core/tests/fixtures/config_install/multilingual/system.theme.global.yml
system.theme.global.yml file core/modules/system/config/install/system.theme.global.yml core/modules/system/config/install/system.theme.global.yml
system.theme.yml file core/modules/system/config/install/system.theme.yml core/modules/system/config/install/system.theme.yml
system.theme.yml file core/tests/fixtures/config_install/testing_config_install/system.theme.yml core/tests/fixtures/config_install/testing_config_install/system.theme.yml
system.theme.yml file core/tests/fixtures/config_install/multilingual/system.theme.yml core/tests/fixtures/config_install/multilingual/system.theme.yml
system.theme.yml file core/profiles/standard/config/install/system.theme.yml core/profiles/standard/config/install/system.theme.yml
system.theme.yml file core/profiles/demo_umami/config/install/system.theme.yml core/profiles/demo_umami/config/install/system.theme.yml
system.theme.yml file core/profiles/tests/testing_themes_blocks/config/install/system.theme.yml core/profiles/tests/testing_themes_blocks/config/install/system.theme.yml
system.theme.yml file core/profiles/tests/nightwatch_a11y_testing/config/install/system.theme.yml core/profiles/tests/nightwatch_a11y_testing/config/install/system.theme.yml
system.theme_install.html.twig file core/modules/system/help_topics/system.theme_install.html.twig ---
label: 'Installing a theme and setting default themes'
related:
- core.appearance
- system.theme_uninstall
---
{% set themes_link_text %}{% trans %}Appearance{% endtrans %}{% endset %}
{% set themes_link =…
system.theme_uninstall.html.twig file core/modules/system/help_topics/system.theme_uninstall.html.twig ---
label: 'Uninstalling an unused theme'
related:
- core.appearance
- system.theme_install
---
{% set themes_link_text %}{% trans %}Appearance{% endtrans %}{% endset %}
{% set themes_link = render_var(help_route_link(themes_link_text,…
SystemAdminThemePreprocess class core/modules/system/src/Theme/SystemAdminThemePreprocess.php Hook implementations for system.
SystemAdminThemePreprocess.php file core/modules/system/src/Theme/SystemAdminThemePreprocess.php
SystemAdminThemePreprocess::preprocessAdminBlockContent function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for administrative content block templates.
SystemAdminThemePreprocess::preprocessAdminPage function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for administrative index page templates.
SystemAdminThemePreprocess::preprocessSystemAdminIndex function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for admin index templates.
SystemAdminThemePreprocess::preprocessSystemModulesDetails function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for the module details templates.
SystemAdminThemePreprocess::preprocessSystemModulesUninstall function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for module uninstall templates.
SystemAdminThemePreprocess::preprocessSystemSecurityAdvisoriesFetchErrorMessage function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for security advisories fetch error message templates.
SystemAdminThemePreprocess::preprocessSystemThemesPage function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for appearance page templates.
SystemAdminThemePreprocess::__construct function core/modules/system/src/Theme/SystemAdminThemePreprocess.php
SystemController::themesPage function core/modules/system/src/Controller/SystemController.php Returns a theme listing which excludes obsolete themes.
SystemLocalTasksTest::$themeHandler property core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php The mocked theme handler.
SystemRequirements::DRUPAL_CORE_REMOVED_THEME_LIST constant core/modules/system/src/Install/Requirements/SystemRequirements.php An array of machine names of themes that were removed from Drupal core.
SystemThemeHooks class core/modules/system/src/Hook/SystemThemeHooks.php Hook implementations for system.
SystemThemeHooks.php file core/modules/system/src/Hook/SystemThemeHooks.php
SystemThemeHooks::preprocessBlock function core/modules/system/src/Hook/SystemThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
SystemThemeHooks::preprocessEntityAddList function core/modules/system/src/Hook/SystemThemeHooks.php Prepares variables for the list of available bundles.
SystemThemeHooks::theme function core/modules/system/src/Hook/SystemThemeHooks.php Implements hook_theme().
SystemThemeHooks::themeSuggestionsField function core/modules/system/src/Hook/SystemThemeHooks.php Implements hook_theme_suggestions_HOOK().
SystemThemeHooks::themeSuggestionsHtml function core/modules/system/src/Hook/SystemThemeHooks.php Implements hook_theme_suggestions_HOOK().
SystemThemeHooks::themeSuggestionsMaintenancePage function core/modules/system/src/Hook/SystemThemeHooks.php Implements hook_theme_suggestions_HOOK().
SystemThemeHooks::themeSuggestionsPage function core/modules/system/src/Hook/SystemThemeHooks.php Implements hook_theme_suggestions_HOOK().
SystemThemeHooks::themeSuggestionsRegion function core/modules/system/src/Hook/SystemThemeHooks.php Implements hook_theme_suggestions_HOOK().
system_sort_themes function core/modules/system/system.module Sorts themes by their names, with the default theme listed first.
TableTest::testThemeTableFooter function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'footer' option works correctly.
TableTest::testThemeTableHeaderCellOption function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'header' option in cells works correctly.
TableTest::testThemeTableHeaderRenderArray function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests header elements with a mix of string and render array values.
TableTest::testThemeTableNoStickyHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php If $sticky is FALSE, `sticky-header` class should not be included.
TableTest::testThemeTableNotResponsiveHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'responsive-table' class is not applied without headers.
TableTest::testThemeTableNotResponsiveProperty function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that 'responsive-table' class only applied when responsive is TRUE.
TableTest::testThemeTableResponsive function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'responsive-table' class is applied correctly.

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