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 11.x for theme_
  5. Search main for theme_
  6. Other projects
Title Object type File name Summary
system-themes-page.html.twig file core/modules/system/templates/system-themes-page.html.twig Default theme implementation for the Appearance page.
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 Preprocess functions for the System module.
system.theme.yml file core/profiles/nightwatch_a11y_testing/config/install/system.theme.yml core/profiles/nightwatch_a11y_testing/config/install/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/testing_themes_blocks/config/install/system.theme.yml core/profiles/testing_themes_blocks/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_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,…
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.
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.
system_sort_themes function core/modules/system/system.module Sorts themes by their names, with the default theme listed first.
system_theme_registry_alter function core/modules/system/system.module Implements hook_theme_registry_alter().
system_theme_suggestions_field function core/modules/system/system.module Implements hook_theme_suggestions_HOOK().
system_theme_suggestions_html function core/modules/system/system.module Implements hook_theme_suggestions_HOOK().
system_theme_suggestions_maintenance_page function core/modules/system/system.module Implements hook_theme_suggestions_HOOK().
system_theme_suggestions_page function core/modules/system/system.module Implements hook_theme_suggestions_HOOK().
system_theme_suggestions_region function core/modules/system/system.module Implements hook_theme_suggestions_HOOK().
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.
TableTest::testThemeTableResponsivePriority function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests 'priority-medium' and 'priority-low' classes.
TableTest::testThemeTableRowRenderArray function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests row elements with a mix of string and render array values.
TableTest::testThemeTableStickyHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php If $sticky is TRUE, `sticky-header` class should be included.
TableTest::testThemeTableTitle function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the select/checkbox label is being generated and escaped.
TableTest::testThemeTableWithEmptyMessage function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests the display of the table header.
TableTest::testThemeTableWithNoStriping function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'no_striping' option works correctly.
taxonomy.theme.css file core/modules/taxonomy/css/taxonomy.theme.css .taxonomy-term-preview {
background-color: #eee;
}
.taxonomy-term-divider-top {
border-bottom: none;
}
.taxonomy-term-divider-bottom {
border-top: 1px dotted #ccc;
}
taxonomy.theme.css file core/themes/stable9/css/taxonomy/taxonomy.theme.css .taxonomy-term-preview {
background-color: #eee;
}
.taxonomy-term-divider-top {
border-bottom: none;
}
.taxonomy-term-divider-bottom {
border-top: 1px dotted #ccc;
}
taxonomy_theme_suggestions_taxonomy_term function core/modules/taxonomy/taxonomy.module Implements hook_theme_suggestions_HOOK().
telephone.icon.theme.css file core/modules/telephone/css/telephone.icon.theme.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
.field-icon-telephone {
background-image: url("data:image/svg+xml,%3csvg height='36'…
telephone.icon.theme.pcss.css file core/modules/telephone/css/telephone.icon.theme.pcss.css .field-icon-telephone {
background-image: url(../../../misc/icons/55565b/telephone.svg);
}
template_preprocess_system_themes_page function core/modules/system/system.admin.inc Prepares variables for appearance page templates.
template_preprocess_theme_test function core/modules/system/tests/modules/theme_test/theme_test.inc Preprocesses variables for theme_theme_test().
template_preprocess_theme_test_deprecations_preprocess function core/modules/system/tests/modules/theme_test/theme_test.module Implements template_preprocess_HOOK() for theme_test_deprecations_preprocess.
template_preprocess_theme_test_registered_by_module function core/modules/system/tests/modules/theme_test/theme_test.module Implements template_preprocess_HOOK() for theme_test_registered_by_module.
template_preprocess_theme_test_render_element function core/modules/system/tests/modules/theme_test/theme_test.module Prepares variables for test render element templates.
test-layout-theme.html.twig file core/modules/layout_discovery/tests/themes/test_layout_theme/templates/test-layout-theme.html.twig {{ content.content }}
TestFilteredPluginManager::$themeManager property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
TestFilteredPluginManager::themeManager function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Wraps the theme manager.
testing_config_import_theme.info.yml file core/profiles/testing_config_import/testing_config_import_theme/testing_config_import_theme.info.yml core/profiles/testing_config_import/testing_config_import_theme/testing_config_import_theme.info.yml

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