Search for theme_

  1. Search 7.x for theme_
  2. Search 9.5.x for theme_
  3. Search 10.3.x for theme_
  4. Search 11.x for theme_
  5. Search main for theme_
  6. Other projects
Title Object type File name Summary
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 Tableheader.js provides 'sticky' table headers, and is included by default.
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 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/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/stable/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().
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_function_suggestions function core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module Implements template_preprocess_HOOK() for theme_test_function_suggestions theme functions.
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.
TestPluginDependency::$themeHandler property core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
TestPluginDependency::setThemeHandler function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
TestPluginDependency::themeHandler function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php Wraps the theme handler.
TestThemeEngineExtensionList class core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Test theme engine extension list class.
TestThemeExtensionList class core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Test theme extension list class.
TestThemeNegotiator class core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php Tests the theme negotiation functionality.
TestThemeNegotiator.php file core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php
TestThemeNegotiator::applies function core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php Whether this theme negotiator should be used to set the theme.
TestThemeNegotiator::determineActiveTheme function core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php Determine the active theme for the request.
test_another_module_required_by_theme.info.yml file core/modules/system/tests/themes/test_theme_depending_on_modules/test_another_module_required_by_theme/test_another_module_required_by_theme.info.yml 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/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml
test_basetheme.libraries.yml file core/modules/system/tests/themes/test_basetheme/test_basetheme.libraries.yml core/modules/system/tests/themes/test_basetheme/test_basetheme.libraries.yml
test_basetheme.schema.yml file core/modules/system/tests/themes/test_basetheme/config/schema/test_basetheme.schema.yml core/modules/system/tests/themes/test_basetheme/config/schema/test_basetheme.schema.yml
test_basetheme.settings.yml file core/modules/system/tests/themes/test_basetheme/config/install/test_basetheme.settings.yml core/modules/system/tests/themes/test_basetheme/config/install/test_basetheme.settings.yml
test_basetheme.theme file core/modules/system/tests/themes/test_basetheme/test_basetheme.theme Add hooks for tests to use.
test_basetheme_preprocess_theme_test_function_suggestions function core/modules/system/tests/themes/test_basetheme/test_basetheme.theme Implements hook_preprocess_HOOK() for theme_test_function_suggestions theme functions.
test_basetheme_preprocess_theme_test_template_test function core/modules/system/tests/themes/test_basetheme/test_basetheme.theme Implements hook_preprocess_HOOK() for theme_test_template_test templates.
test_basetheme_views_post_render function core/modules/system/tests/themes/test_basetheme/test_basetheme.theme Implements hook_views_post_render().
test_basetheme_views_pre_render function core/modules/system/tests/themes/test_basetheme/test_basetheme.theme Implements hook_views_pre_render().
test_invalid_basetheme.info.yml file core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info.yml core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info.yml
test_invalid_basetheme_sub.info.yml file core/modules/system/tests/themes/test_invalid_basetheme_sub/test_invalid_basetheme_sub.info.yml core/modules/system/tests/themes/test_invalid_basetheme_sub/test_invalid_basetheme_sub.info.yml
test_layout_theme.info.yml file core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.info.yml core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.info.yml
test_layout_theme.layouts.yml file core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.layouts.yml core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.layouts.yml
test_legacy_theme.info.yml file core/modules/system/tests/themes/test_legacy_theme/test_legacy_theme.info.yml core/modules/system/tests/themes/test_legacy_theme/test_legacy_theme.info.yml
test_legacy_theme.theme file core/modules/system/tests/themes/test_legacy_theme/test_legacy_theme.theme Theme to test functionality of legacy theme functions.
test_legacy_theme_theme_suggestions_theme_test_function_suggestions_alter function core/modules/system/tests/themes/test_legacy_theme/test_legacy_theme.theme Implements hook_theme_suggestions_HOOK_alter().
test_legacy_theme_theme_test_function_suggestions__module_override function core/modules/system/tests/themes/test_legacy_theme/test_legacy_theme.theme Returns HTML for a theme function suggestion test.
test_legacy_theme_theme_test_function_suggestions__theme_override function core/modules/system/tests/themes/test_legacy_theme/test_legacy_theme.theme Returns HTML for a theme function suggestion test.
test_legacy_theme_theme_test_preprocess_suggestions__kitten__meerkat function core/modules/system/tests/themes/test_legacy_theme/test_legacy_theme.theme Tests a theme overriding a suggestion of a base theme hook.
test_module_required_by_theme.info.yml file core/modules/system/tests/themes/test_theme_depending_on_modules/test_module_required_by_theme/test_module_required_by_theme.info.yml 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/modules/system/tests/themes/test_theme_depending_on_modules/test_module_required_by_theme/test_module_required_by_theme.module This file provides testing functionality for update.php.
test_module_required_by_theme_system_info_alter function core/modules/system/tests/themes/test_theme_depending_on_modules/test_module_required_by_theme/test_module_required_by_theme.module Implements hook_system_info_alter().
test_stable_preprocess_theme_test_render_element function core/tests/fixtures/test_stable/test_stable.theme Implements hook_preprocess_theme_test_render_element().
test_subsubtheme.info.yml file core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml

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