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 main for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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/ |
If $sticky is TRUE, `sticky-header` class should be included. |
| 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; } |
| TaxonomyThemeHooks | class | core/ |
Hook implementations for taxonomy. |
| TaxonomyThemeHooks.php | file | core/ |
|
| TaxonomyThemeHooks::preprocessTaxonomyTerm | function | core/ |
Prepares variables for taxonomy term templates. |
| TaxonomyThemeHooks::theme | function | core/ |
Implements hook_theme(). |
| TaxonomyThemeHooks::themeSuggestionsTaxonomyTerm | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
| TaxonomyThemeHooks::__construct | function | core/ |
|
| telephone.icon.theme.css | file | core/ |
/* * 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/ |
.field-icon-telephone { background-image: url(../../../misc/icons/55565b/telephone.svg); } |
| 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_deprecations_preprocess | function | core/ |
Implements template_preprocess_HOOK() for theme_test_deprecations_preprocess. |
| template_preprocess_theme_test_registered_by_module | function | core/ |
Implements template_preprocess_HOOK() for theme_test_registered_by_module. |
| template_preprocess_theme_test_render_element | function | core/ |
Prepares variables for test render element templates. |
| test-layout-theme.html.twig | file | core/ |
{{ content.content }} |
| TestBaseThemeHooks | class | core/ |
Hook implementations for test_base_theme. |
| TestBaseThemeHooks.php | file | core/ |
|
| TestBaseThemeHooks::preprocessThemeTestFunctionSuggestions | function | core/ |
Implements hook_preprocess_HOOK() for theme_test_function_suggestions theme functions. |
| TestBaseThemeHooks::preprocessThemeTestTemplateTest | function | core/ |
Implements hook_preprocess_HOOK() for theme_test_template_test templates. |
| TestBaseThemeHooks::viewsPostRender | function | core/ |
Implements hook_views_post_render(). |
| TestBaseThemeHooks::viewsPreRender | function | core/ |
Implements hook_views_pre_render(). |
| TestDeprecatedSuggestionThemeHooks | class | core/ |
Hook implementations for test_deprecated_suggestion_theme. |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.