Search for theme_
- Search 7.x for theme_
- Search 8.9.x for theme_
- Search 10.3.x for theme_
- Search 11.x for theme_
- Search main for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StubThemeHandler::$clearedCssCache | property | core/ |
Whether the CSS cache was cleared. |
| StubThemeHandler::$registryRebuild | property | core/ |
Whether the registry should be rebuilt. |
| StubThemeHandler::clearCssCache | function | core/ |
|
| StubThemeHandler::themeRegistryRebuild | function | core/ |
|
| 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/ |
Theme override for the Appearance page. |
| system-themes-page.html.twig | file | core/ |
Default theme implementation for the Appearance page. |
| 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/modules/system/config/install/system.theme.global.yml |
| system.theme.inc | file | core/ |
Preprocess functions for the System module. |
| system.theme.yml | file | core/ |
core/profiles/testing_themes_blocks/config/install/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/modules/system/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_url = render_var(url('system.themes_page')) %} <h2>{% trans %}Goal{% endtrans… |
| system.theme_uninstall.html.twig | file | core/ |
--- label: 'Uninstalling an unused theme' related: - core.appearance - system.theme_install --- {% set themes_url = render_var(url('system.themes_page')) %} <h2>{% trans %}Goal{% endtrans %}</h2> <p>{% trans… |
| SystemController::$themeAccess | property | core/ |
The theme access checker service. |
| SystemController::$themeHandler | property | core/ |
The theme handler service. |
| SystemController::themesPage | function | core/ |
Returns a theme listing which excludes obsolete themes. |
| SystemLocalTasksTest::$themeHandler | property | core/ |
The mocked theme handler. |
| system_sort_themes | function | core/ |
Sorts themes by their names, with the default theme listed first. |
| system_theme_registry_alter | function | core/ |
Implements hook_theme_registry_alter(). |
| system_theme_suggestions_field | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
| system_theme_suggestions_html | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
| system_theme_suggestions_maintenance_page | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
| system_theme_suggestions_page | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
| system_theme_suggestions_region | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
| 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, no tableheader.js should 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. |
| TableTest::testThemeTableResponsivePriority | function | core/ |
Tests 'priority-medium' and 'priority-low' classes. |
| TableTest::testThemeTableRowRenderArray | function | core/ |
Tests row elements with a mix of string and render array values. |
| TableTest::testThemeTableStickyHeaders | function | core/ |
Tableheader.js provides 'sticky' table headers, and is included by default. |
| TableTest::testThemeTableTitle | function | core/ |
Tests that the select/checkbox label is being generated and escaped. |
| TableTest::testThemeTableWithEmptyMessage | function | core/ |
Tests the display of the table header. |
| TableTest::testThemeTableWithNoStriping | function | core/ |
Tests that the 'no_striping' option works correctly. |
| taxonomy.theme.css | file | core/ |
.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/ |
.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/ |
.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/ |
Implements hook_theme_suggestions_HOOK(). |
| template_preprocess_system_themes_page | function | core/ |
Prepares variables for appearance page templates. |
| template_preprocess_theme_test | function | core/ |
Preprocesses variables for theme_theme_test(). |
| template_preprocess_theme_test_function_suggestions | function | core/ |
Implements template_preprocess_HOOK() for theme_test_function_suggestions theme functions. |
| template_preprocess_theme_test_registered_by_module | function | core/ |
Implements template_preprocess_HOOK() for theme_test_registered_by_module. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.