Search for theme_
- Search 7.x for theme_
- Search 9.5.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 |
|---|---|---|---|
| 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 that the table header is printed correctly even if there are no rows, and that the empty text is displayed correctly. |
| 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_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. |
| template_preprocess_theme_test_render_element | function | core/ |
Prepares variables for test render element templates. |
| test-layout-theme.html.twig | file | core/ |
{{ content.content }} |
| TestFilteredPluginManager::$themeManager | property | core/ |
|
| TestFilteredPluginManager::themeManager | function | core/ |
Wraps the theme manager. |
| TestPluginDependency::$themeHandler | property | core/ |
|
| TestPluginDependency::setThemeHandler | function | core/ |
|
| TestPluginDependency::themeHandler | function | core/ |
Wraps the theme handler. |
| TestThemeEngineExtensionList | class | core/ |
Test theme engine extension list class. |
| TestThemeExtensionList | class | core/ |
Test theme extension list class. |
| TestThemeNegotiator | class | core/ |
Tests the theme negotiation functionality. |
| TestThemeNegotiator.php | file | core/ |
|
| TestThemeNegotiator::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
| TestThemeNegotiator::determineActiveTheme | function | core/ |
Determine the active theme for the request. |
| test_another_module_required_by_theme.info.yml | file | core/ |
core/modules/system/tests/themes/test_theme_depending_on_modules/test_another_module_required_by_theme/test_another_module_required_by_theme.info.yml |
| test_basetheme.info.yml | file | core/ |
core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml |
| test_basetheme.libraries.yml | file | core/ |
core/modules/system/tests/themes/test_basetheme/test_basetheme.libraries.yml |
| test_basetheme.schema.yml | file | core/ |
core/modules/system/tests/themes/test_basetheme/config/schema/test_basetheme.schema.yml |
| test_basetheme.settings.yml | file | core/ |
core/modules/system/tests/themes/test_basetheme/config/install/test_basetheme.settings.yml |
| test_basetheme.theme | file | core/ |
Add hooks for tests to use. |
| test_basetheme_preprocess_theme_test_function_suggestions | function | core/ |
Implements hook_preprocess_HOOK() for theme_test_function_suggestions theme functions. |
| test_basetheme_preprocess_theme_test_template_test | function | core/ |
Implements hook_preprocess_HOOK() for theme_test_template_test templates. |
| test_basetheme_views_post_render | function | core/ |
Implements hook_views_post_render(). |
| test_basetheme_views_pre_render | function | core/ |
Implements hook_views_pre_render(). |
| test_invalid_basetheme.info.yml | file | core/ |
core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info.yml |
| test_invalid_basetheme_sub.info.yml | file | core/ |
core/modules/system/tests/themes/test_invalid_basetheme_sub/test_invalid_basetheme_sub.info.yml |
| test_layout_theme.info.yml | file | core/ |
core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.info.yml |
| test_layout_theme.layouts.yml | file | core/ |
core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.layouts.yml |
| test_legacy_theme.info.yml | file | core/ |
core/modules/system/tests/themes/test_legacy_theme/test_legacy_theme.info.yml |
| test_legacy_theme.theme | file | core/ |
Theme to test functionality of legacy theme functions. |
| test_legacy_theme_theme_suggestions_theme_test_function_suggestions_alter | function | core/ |
Implements hook_theme_suggestions_HOOK_alter(). |
| test_legacy_theme_theme_test_function_suggestions__module_override | function | core/ |
Returns HTML for a theme function suggestion test. |
| test_legacy_theme_theme_test_function_suggestions__theme_override | function | core/ |
Returns HTML for a theme function suggestion test. |
| test_legacy_theme_theme_test_preprocess_suggestions__kitten__meerkat | function | core/ |
Tests a theme overriding a suggestion of a base theme hook. |
| test_module_required_by_theme.info.yml | file | core/ |
core/modules/system/tests/themes/test_theme_depending_on_modules/test_module_required_by_theme/test_module_required_by_theme.info.yml |
| test_module_required_by_theme.module | file | core/ |
This file provides testing functionality for update.php. |
| test_module_required_by_theme_system_info_alter | function | core/ |
Implements hook_system_info_alter(). |
| test_stable_preprocess_theme_test_render_element | function | core/ |
Implements hook_preprocess_theme_test_render_element(). |
| test_subsubtheme.info.yml | file | core/ |
core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.