Search for theme_
- Search 7.x for theme_
- Search 9.5.x for theme_
- Search 8.9.x for theme_
- Search 10.3.x for theme_
- Search 11.x for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| system-themes-page.html.twig | file | core/ |
Theme override for the Appearance page. |
| system-themes-page.html.twig | file | core/ |
Theme override for the Appearance page. |
| system-themes-page.html.twig | file | core/ |
Default theme implementation for the Appearance page. |
| system-themes.css | file | core/ |
/* * 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/ |
.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/ |
core/profiles/demo_umami/config/install/system.theme.global.yml |
| system.theme.global.yml | file | core/ |
core/profiles/minimal/config/install/system.theme.global.yml |
| system.theme.global.yml | file | core/ |
core/tests/fixtures/config_install/testing_config_install/system.theme.global.yml |
| system.theme.global.yml | file | core/ |
core/tests/fixtures/config_install/multilingual/system.theme.global.yml |
| system.theme.global.yml | file | core/ |
core/modules/system/config/install/system.theme.global.yml |
| system.theme.yml | file | core/ |
core/modules/system/config/install/system.theme.yml |
| system.theme.yml | file | core/ |
core/tests/fixtures/config_install/testing_config_install/system.theme.yml |
| system.theme.yml | file | core/ |
core/tests/fixtures/config_install/multilingual/system.theme.yml |
| system.theme.yml | file | core/ |
core/profiles/standard/config/install/system.theme.yml |
| system.theme.yml | file | core/ |
core/profiles/demo_umami/config/install/system.theme.yml |
| system.theme.yml | file | core/ |
core/profiles/tests/testing_themes_blocks/config/install/system.theme.yml |
| system.theme.yml | file | core/ |
core/profiles/tests/nightwatch_a11y_testing/config/install/system.theme.yml |
| system.theme_install.html.twig | file | core/ |
--- 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/ |
--- 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/ |
Hook implementations for system. |
| SystemAdminThemePreprocess.php | file | core/ |
|
| SystemAdminThemePreprocess::preprocessAdminBlockContent | function | core/ |
Prepares variables for administrative content block templates. |
| SystemAdminThemePreprocess::preprocessAdminPage | function | core/ |
Prepares variables for administrative index page templates. |
| SystemAdminThemePreprocess::preprocessSystemAdminIndex | function | core/ |
Prepares variables for admin index templates. |
| SystemAdminThemePreprocess::preprocessSystemModulesDetails | function | core/ |
Prepares variables for the module details templates. |
| SystemAdminThemePreprocess::preprocessSystemModulesUninstall | function | core/ |
Prepares variables for module uninstall templates. |
| SystemAdminThemePreprocess::preprocessSystemSecurityAdvisoriesFetchErrorMessage | function | core/ |
Prepares variables for security advisories fetch error message templates. |
| SystemAdminThemePreprocess::preprocessSystemThemesPage | function | core/ |
Prepares variables for appearance page templates. |
| SystemAdminThemePreprocess::__construct | function | core/ |
|
| SystemController::themesPage | function | core/ |
Returns a theme listing which excludes obsolete themes. |
| SystemLocalTasksTest::$themeHandler | property | core/ |
The mocked theme handler. |
| SystemRequirements::DRUPAL_CORE_REMOVED_THEME_LIST | constant | core/ |
An array of machine names of themes that were removed from Drupal core. |
| SystemThemeHooks | class | core/ |
Hook implementations for system. |
| SystemThemeHooks.php | file | core/ |
|
| SystemThemeHooks::preprocessBlock | function | core/ |
Implements hook_preprocess_HOOK() for block templates. |
| SystemThemeHooks::preprocessEntityAddList | function | core/ |
Prepares variables for the list of available bundles. |
| SystemThemeHooks::theme | function | core/ |
Implements hook_theme(). |
| SystemThemeHooks::themeSuggestionsField | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
| SystemThemeHooks::themeSuggestionsHtml | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
| SystemThemeHooks::themeSuggestionsMaintenancePage | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
| SystemThemeHooks::themeSuggestionsPage | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
| SystemThemeHooks::themeSuggestionsRegion | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
| system_sort_themes | function | core/ |
Sorts themes by their names, with the default theme listed first. |
| TableTest::testThemeTableFooter | function | core/ |
Tests that the 'footer' option works correctly. |
| TableTest::testThemeTableHeaderCellOption | function | core/ |
Tests that the 'header' option in cells works correctly. |
| TableTest::testThemeTableHeaderRenderArray | function | core/ |
Tests header elements with a mix of string and render array values. |
| TableTest::testThemeTableNoStickyHeaders | function | core/ |
If $sticky is FALSE, `sticky-header` class should not be included. |
| TableTest::testThemeTableNotResponsiveHeaders | function | core/ |
Tests that the 'responsive-table' class is not applied without headers. |
| TableTest::testThemeTableNotResponsiveProperty | function | core/ |
Tests that 'responsive-table' class only applied when responsive is TRUE. |
| TableTest::testThemeTableResponsive | function | core/ |
Tests that the 'responsive-table' class is applied correctly. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.