Search for theme

  1. Search 7.x for theme
  2. Search 9.5.x for theme
  3. Search 8.9.x for theme
  4. Search 10.3.x for theme
  5. Search main for theme
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Theme class core/lib/Drupal/Core/Updater/Theme.php Defines a class for updating themes.
Theme class core/lib/Drupal/Core/Extension/Theme.php The Theme extension object.

All search results

Title Object type File name Summary
TaxonomyThemeHooks::themeSuggestionsTaxonomyTerm function core/modules/taxonomy/src/Hook/TaxonomyThemeHooks.php Implements hook_theme_suggestions_HOOK().
TaxonomyThemeHooks::__construct function core/modules/taxonomy/src/Hook/TaxonomyThemeHooks.php
TaxonomyVocabularyArgumentTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php The theme to install as the default for testing.
telephone.icon.theme.css file core/modules/telephone/css/telephone.icon.theme.css /*
* 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/modules/telephone/css/telephone.icon.theme.pcss.css .field-icon-telephone {
background-image: url(../../../misc/icons/55565b/telephone.svg);
}
TelephoneFieldTest::$defaultTheme property core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php The theme to install as the default for testing.
template_preprocess_module_test_procedural_preprocess_theme function core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.theme.inc Template preprocess function for module_test_procedural_preprocess_theme.
template_preprocess_system_themes_page function core/modules/system/system.module 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_deprecations_preprocess function core/modules/system/tests/modules/theme_test/theme_test.module Implements template_preprocess_HOOK() for theme_test_deprecations_preprocess.
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.
TermAccessTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermAccessTest.php The theme to install as the default for testing.
TermAutocompleteTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The theme to install as the default for testing.
TermCacheTagsTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php The theme to install as the default for testing.
TermContextualLinksTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php The theme to install as the default for testing.
TermDisplayConfigurableTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php The theme to install as the default for testing.
TermIndexTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermIndexTest.php The theme to install as the default for testing.
TermJsonAnonTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonAnonTest.php The theme to install as the default for testing.
TermJsonBasicAuthTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php The theme to install as the default for testing.
TermJsonCookieTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonCookieTest.php The theme to install as the default for testing.
TermLanguageTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php The theme to install as the default for testing.
TermNameFieldTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TermNameFieldTest.php The theme to install as the default for testing.
TermParentsTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermParentsTest.php The theme to install as the default for testing.
TermTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermTest.php The theme to install as the default for testing.
TermTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/TermTest.php The theme to install as the default for testing.
TermTranslationFieldViewTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The theme to install as the default for testing.
TermTranslationTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php The theme to install as the default for testing.
TermTranslationUITest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php The theme to install as the default for testing.
TermTranslationViewsTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php The theme to install as the default for testing.
TermXmlAnonTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Rest/TermXmlAnonTest.php The theme to install as the default for testing.
TermXmlBasicAuthTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Rest/TermXmlBasicAuthTest.php The theme to install as the default for testing.
TermXmlCookieTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Rest/TermXmlCookieTest.php The theme to install as the default for testing.
test-layout-theme.html.twig file core/modules/layout_discovery/tests/themes/test_layout_theme/templates/test-layout-theme.html.twig {{ content.content }}
TestBaseThemeHooks class core/modules/system/tests/themes/test_base_theme/src/Hook/TestBaseThemeHooks.php Hook implementations for test_base_theme.
TestBaseThemeHooks.php file core/modules/system/tests/themes/test_base_theme/src/Hook/TestBaseThemeHooks.php
TestBaseThemeHooks::preprocessThemeTestFunctionSuggestions function core/modules/system/tests/themes/test_base_theme/src/Hook/TestBaseThemeHooks.php Implements hook_preprocess_HOOK() for theme_test_function_suggestions theme functions.
TestBaseThemeHooks::preprocessThemeTestTemplateTest function core/modules/system/tests/themes/test_base_theme/src/Hook/TestBaseThemeHooks.php Implements hook_preprocess_HOOK() for theme_test_template_test templates.
TestBaseThemeHooks::viewsPostRender function core/modules/system/tests/themes/test_base_theme/src/Hook/TestBaseThemeHooks.php Implements hook_views_post_render().
TestBaseThemeHooks::viewsPreRender function core/modules/system/tests/themes/test_base_theme/src/Hook/TestBaseThemeHooks.php Implements hook_views_pre_render().
TestDeprecatedSuggestionThemeHooks class core/modules/system/tests/themes/test_deprecated_suggestion_theme/src/Hook/TestDeprecatedSuggestionThemeHooks.php Hook implementations for test_deprecated_suggestion_theme.
TestDeprecatedSuggestionThemeHooks.php file core/modules/system/tests/themes/test_deprecated_suggestion_theme/src/Hook/TestDeprecatedSuggestionThemeHooks.php
TestDeprecatedSuggestionThemeHooks::themeSuggestionsAlter function core/modules/system/tests/themes/test_deprecated_suggestion_theme/src/Hook/TestDeprecatedSuggestionThemeHooks.php Implements hook_theme_suggestions_alter().
TestFilteredPluginManager::$themeManager property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php The theme manager.
TestFilteredPluginManager::themeManager function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Wraps the theme manager.
TestingProfileHooksTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooksTest.php The theme to install as the default for testing.
TestingProfileInstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php The theme to install as the default for testing.
testing_config_import_theme.info.yml file core/profiles/tests/testing_config_import/testing_config_import_theme/testing_config_import_theme.info.yml core/profiles/tests/testing_config_import/testing_config_import_theme/testing_config_import_theme.info.yml
testing_themes_blocks.info.yml file core/profiles/tests/testing_themes_blocks/testing_themes_blocks.info.yml core/profiles/tests/testing_themes_blocks/testing_themes_blocks.info.yml
testing_theme_optional_blocks.info.yml file core/profiles/tests/testing_themes_blocks/themes/testing_theme_optional_blocks/testing_theme_optional_blocks.info.yml core/profiles/tests/testing_themes_blocks/themes/testing_theme_optional_blocks/testing_theme_optional_blocks.info.yml

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