Search for themes

  1. Search 7.x for themes
  2. Search 9.5.x for themes
  3. Search 8.9.x for themes
  4. Search 10.3.x for themes
  5. Search main for themes
  6. Other projects
Title Object type File name Summary
SystemAdminThemePreprocess::preprocessSystemThemesPage function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for appearance page templates.
SystemController::themesPage function core/modules/system/src/Controller/SystemController.php Returns a theme listing which excludes obsolete themes.
SystemThemeHooks::themeSuggestionsField function core/modules/system/src/Hook/SystemThemeHooks.php Implements hook_theme_suggestions_HOOK().
SystemThemeHooks::themeSuggestionsHtml function core/modules/system/src/Hook/SystemThemeHooks.php Implements hook_theme_suggestions_HOOK().
SystemThemeHooks::themeSuggestionsMaintenancePage function core/modules/system/src/Hook/SystemThemeHooks.php Implements hook_theme_suggestions_HOOK().
SystemThemeHooks::themeSuggestionsPage function core/modules/system/src/Hook/SystemThemeHooks.php Implements hook_theme_suggestions_HOOK().
SystemThemeHooks::themeSuggestionsRegion function core/modules/system/src/Hook/SystemThemeHooks.php Implements hook_theme_suggestions_HOOK().
system_sort_themes function core/modules/system/system.module Sorts themes by their names, with the default theme listed first.
TaxonomyThemeHooks::themeSuggestionsTaxonomyTerm function core/modules/taxonomy/src/Hook/TaxonomyThemeHooks.php Implements hook_theme_suggestions_HOOK().
template_preprocess_system_themes_page function core/modules/system/system.module Prepares variables for appearance page templates.
TestDeprecatedSuggestionThemeHooks::themeSuggestionsAlter function core/modules/system/tests/themes/test_deprecated_suggestion_theme/src/Hook/TestDeprecatedSuggestionThemeHooks.php Implements hook_theme_suggestions_alter().
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
TestThemeHooks::themeSuggestionsAlter function core/modules/system/tests/themes/test_theme/src/Hook/TestThemeHooks.php Implements hook_theme_suggestions_alter().
TestThemeHooks::themeSuggestionsNodeAlter function core/modules/system/tests/themes/test_theme/src/Hook/TestThemeHooks.php Implements hook_theme_suggestions_HOOK_alter().
TestThemeHooks::themeSuggestionsThemeTestSuggestionsAlter function core/modules/system/tests/themes/test_theme/src/Hook/TestThemeHooks.php Implements hook_theme_suggestions_HOOK_alter().
TestThemeThemeHooks::formSystemThemeSettingsAlter function core/modules/system/tests/themes/test_theme_theme/src/Hook/TestThemeThemeHooks.php Implements hook_form_system_theme_settings_alter().
TestThemeThemeHooks::themeSettingsSubmit function core/modules/system/tests/themes/test_theme_theme/src/Hook/TestThemeThemeHooks.php Test theme form settings submission handler.
ThemeExtensionList::$installedThemes property core/lib/Drupal/Core/Extension/ThemeExtensionList.php The list of installed themes.
ThemeExtensionList::doGetBaseThemes function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Finds the base themes for the specific theme.
ThemeExtensionList::getBaseThemes function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Finds all the base themes for the specified theme.
ThemeExtensionListTest::providerTestDoGetBaseThemes function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Provides test data for testDoGetBaseThemes.
ThemeExtensionListTest::testDoGetBaseThemes function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Tests getting the base themes for a set of defined themes.
ThemeExtensionListTest::testGetBaseThemes function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Tests getting the base themes for a set a defines themes.
ThemeHandler::getBaseThemes function core/lib/Drupal/Core/Extension/ThemeHandler.php Finds all the base themes for the specified theme.
ThemeHandlerInterface::getBaseThemes function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Finds all the base themes for the specified theme.
ThemeHookCollectorPass::checkInvalidHookParametersInThemes function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Checks for hooks which can't be supported in theme classes.
ThemeHookTest::testLegacyHookInThemes function core/modules/system/tests/src/Kernel/Theme/ThemeHookTest.php Tests that procedural hooks with #[LegacyHook] are properly ignored.
ThemeInstallerTest::testInstallThemeSameNameAsModule function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing a theme with the same name as an enabled module.
themes.README.txt file core/assets/scaffold/files/themes.README.txt Themes allow you to change the look and feel of your Drupal site. You can use
themes contributed by others or create your own.

WHAT TO PLACE IN THIS DIRECTORY?
--------------------------------

Placing downloaded and custom themes in this directory…
ThemeSettings class core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php Persist theme settings to the config system.
ThemeSettings class core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php Drupal 7 theme settings source from database.
ThemeSettings class core/lib/Drupal/Core/Theme/ThemeSettings.php Provides a configuration API wrapper for runtime merged theme settings.
ThemeSettings.php file core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php
ThemeSettings.php file core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php
ThemeSettings.php file core/lib/Drupal/Core/Theme/ThemeSettings.php
ThemeSettings::$configFactory property core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php The configuration factory.
ThemeSettings::$theme property core/lib/Drupal/Core/Theme/ThemeSettings.php The theme of the theme settings object.
ThemeSettings::create function core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php Instantiates a new instance of the implementing class using autowiring.
ThemeSettings::fields function core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php Returns an array of destination fields.
ThemeSettings::fields function core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php Returns available fields on the source.
ThemeSettings::getCacheTags function core/lib/Drupal/Core/Theme/ThemeSettings.php The cache tags associated with this object.
ThemeSettings::getIds function core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php Gets the destination IDs.
ThemeSettings::getIds function core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php Defines the source fields uniquely identifying a source row.
ThemeSettings::getTheme function core/lib/Drupal/Core/Theme/ThemeSettings.php Returns the theme of this theme settings object.
ThemeSettings::import function core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php Import the row.
ThemeSettings::query function core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php Prepares query object to retrieve data from the source database.
ThemeSettings::__construct function core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php Constructs a theme settings destination object.
ThemeSettings::__construct function core/lib/Drupal/Core/Theme/ThemeSettings.php Constructs a theme settings object.
ThemeSettingsForm class core/modules/system/src/Form/ThemeSettingsForm.php Displays theme configuration for entire site and individual themes.
ThemeSettingsForm.php file core/modules/system/src/Form/ThemeSettingsForm.php

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