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 main for theme_
  6. Other projects
Title Object type File name Summary
StableLibraryOverrideTestBase::$themeInitialization property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php The theme initialization.
StableLibraryOverrideTestBase::$themeManager property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php The theme manager.
StandardRecipeInstallTest::installDefaultThemeFromClassProperty function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php Installs the default theme defined by `static::$defaultTheme` when needed.
StarterkitThemeHooks class core/themes/starterkit_theme/src/Hook/StarterkitThemeHooks.php Hook implementations for starterkit_theme.
StarterkitThemeHooks.php file core/themes/starterkit_theme/src/Hook/StarterkitThemeHooks.php
StarterkitThemeHooks::preprocessImageWidget function core/themes/starterkit_theme/src/Hook/StarterkitThemeHooks.php Implements hook_preprocess_image_widget().
starterkit_theme.info.yml file core/themes/starterkit_theme/starterkit_theme.info.yml core/themes/starterkit_theme/starterkit_theme.info.yml
starterkit_theme.libraries.yml file core/themes/starterkit_theme/starterkit_theme.libraries.yml core/themes/starterkit_theme/starterkit_theme.libraries.yml
starterkit_theme.starterkit.yml file core/themes/starterkit_theme/starterkit_theme.starterkit.yml core/themes/starterkit_theme/starterkit_theme.starterkit.yml
starterkit_theme.theme file core/themes/starterkit_theme/starterkit_theme.theme Functions to support theming.
starterkit_theme_preprocess_image_widget function core/themes/starterkit_theme/starterkit_theme.theme Implements hook_preprocess_image_widget().
StubThemeHandler class core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Extends the default theme handler to mock some drupal_ methods.
StubThemeHandler::$clearedCssCache property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Whether the CSS cache was cleared.
StubThemeHandler::$registryRebuild property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Whether the registry should be rebuilt.
StubThemeHandler::clearCssCache function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php
StubThemeHandler::themeRegistryRebuild function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php
system-themes-page.html.twig file core/modules/system/templates/system-themes-page.html.twig Default theme implementation for the Appearance page.
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/themes/stable9/templates/admin/system-themes-page.html.twig Theme override for the Appearance page.
system-themes-page.html.twig file core/themes/claro/templates/system-themes-page.html.twig Theme override 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/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/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/modules/system/config/install/system.theme.global.yml core/modules/system/config/install/system.theme.global.yml
system.theme.inc file core/modules/system/system.theme.inc
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.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_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::$themeAccess property core/modules/system/src/Controller/SystemController.php The theme access checker service.
SystemController::$themeExtensionList property core/modules/system/src/Controller/SystemController.php The theme extension list.

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