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 11.x for theme_
  6. Other projects
Title Object type File name Summary
SearchAdminThemeTest::setUp function core/modules/search/tests/src/Functional/SearchAdminThemeTest.php
SearchAdminThemeTest::testSearchUsingAdminTheme function core/modules/search/tests/src/Functional/SearchAdminThemeTest.php Tests that search results could be displayed in administration theme.
SearchEmbeddedFormThemeHooks class core/modules/search/tests/modules/search_embedded_form/src/Hook/SearchEmbeddedFormThemeHooks.php Theme hook implementations for search_embedded_form module.
SearchEmbeddedFormThemeHooks.php file core/modules/search/tests/modules/search_embedded_form/src/Hook/SearchEmbeddedFormThemeHooks.php
SearchEmbeddedFormThemeHooks::preprocessSearchResult function core/modules/search/tests/modules/search_embedded_form/src/Hook/SearchEmbeddedFormThemeHooks.php Implements hook_preprocess_HOOK().
SearchEmbeddedFormThemeHooks::__construct function core/modules/search/tests/modules/search_embedded_form/src/Hook/SearchEmbeddedFormThemeHooks.php
SearchHelpHooks::themesInstallOrUninstall function core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php Implements hook_themes_installed().
SearchThemeHooks class core/modules/search/src/Hook/SearchThemeHooks.php Theme hook implementations for search.
SearchThemeHooks.php file core/modules/search/src/Hook/SearchThemeHooks.php
SearchThemeHooks::preprocessBlock function core/modules/search/src/Hook/SearchThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
SearchThemeHooks::preprocessSearchResult function core/modules/search/src/Hook/SearchThemeHooks.php Prepares variables for individual search result templates.
SearchThemeHooks::theme function core/modules/search/src/Hook/SearchThemeHooks.php Implements hook_theme().
SearchThemeHooks::themeSuggestionsSearchResult function core/modules/search/src/Hook/SearchThemeHooks.php Implements hook_theme_suggestions_HOOK().
SearchThemeHooks::__construct function core/modules/search/src/Hook/SearchThemeHooks.php
SettingsTrayTestBase::getTestThemes function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php Get themes to test.
SettingsTrayThemeHooks class core/modules/settings_tray/src/Hook/SettingsTrayThemeHooks.php Hook implementations for settings_tray.
SettingsTrayThemeHooks.php file core/modules/settings_tray/src/Hook/SettingsTrayThemeHooks.php
SettingsTrayThemeHooks::preprocessBlock function core/modules/settings_tray/src/Hook/SettingsTrayThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
settings_tray.theme.css file core/themes/stable9/css/settings_tray/settings_tray.theme.css Visual styling for Settings Tray module.
settings_tray.theme.css file core/modules/settings_tray/css/settings_tray.theme.css Visual styling for Settings Tray module.
shortcut.icons.theme.css file core/themes/stable9/css/shortcut/shortcut.icons.theme.css Styling for the shortcut module icons.
shortcut.icons.theme.css file core/modules/shortcut/css/shortcut.icons.theme.css Styling for the shortcut module icons.
shortcut.icons.theme.pcss.css file core/modules/shortcut/css/shortcut.icons.theme.pcss.css Styling for the shortcut module icons.
shortcut.theme.css file core/themes/stable9/css/shortcut/shortcut.theme.css Styling for the shortcut module.
shortcut.theme.css file core/modules/shortcut/css/shortcut.theme.css Styling for the shortcut module.
ShortcutHooks::themesInstalled function core/modules/shortcut/src/Hook/ShortcutHooks.php Implements hook_themes_installed().
ShortcutThemeHooks class core/modules/shortcut/src/Hook/ShortcutThemeHooks.php Hook implementations for shortcut.
ShortcutThemeHooks.php file core/modules/shortcut/src/Hook/ShortcutThemeHooks.php
ShortcutThemeHooks::preprocessBlock function core/modules/shortcut/src/Hook/ShortcutThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
ShortcutThemeHooks::preprocessPageTitle function core/modules/shortcut/src/Hook/ShortcutThemeHooks.php Implements hook_preprocess_HOOK() for page title templates.
ShortcutThemeHooks::preprocessPageTitleOlivero function core/modules/shortcut/src/Hook/ShortcutThemeHooks.php Olivero-specific preprocessing for the page title.
ShortcutThemeHooks::__construct function core/modules/shortcut/src/Hook/ShortcutThemeHooks.php
StableLibraryOverrideTestBase::$themeInitialization property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php The theme initialization.
StableLibraryOverrideTestBase::$themeManager property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php The theme manager.
StandardRecipeInstallTest::installDefaultThemeFromClassProperty function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php Installs the default theme defined by `static::$defaultTheme` when needed.
StarterkitThemeHooks class core/themes/starterkit_theme/src/Hook/StarterkitThemeHooks.php Hook implementations for starterkit_theme.
StarterkitThemeHooks.php file core/themes/starterkit_theme/src/Hook/StarterkitThemeHooks.php
StarterkitThemeHooks::preprocessImageWidget function core/themes/starterkit_theme/src/Hook/StarterkitThemeHooks.php Implements hook_preprocess_image_widget().
starterkit_theme.info.yml file core/themes/starterkit_theme/starterkit_theme.info.yml core/themes/starterkit_theme/starterkit_theme.info.yml
starterkit_theme.libraries.yml file core/themes/starterkit_theme/starterkit_theme.libraries.yml core/themes/starterkit_theme/starterkit_theme.libraries.yml
starterkit_theme.starterkit.yml file core/themes/starterkit_theme/starterkit_theme.starterkit.yml core/themes/starterkit_theme/starterkit_theme.starterkit.yml
starterkit_theme.theme file core/themes/starterkit_theme/starterkit_theme.theme Functions to support theming.
starterkit_theme_preprocess_image_widget function core/themes/starterkit_theme/starterkit_theme.theme Implements hook_preprocess_image_widget().
StubThemeHandler class core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Extends the default theme handler to mock some drupal_ methods.
StubThemeHandler::$clearedCssCache property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Whether the CSS cache was cleared.
StubThemeHandler::$registryRebuild property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Whether the registry should be rebuilt.
StubThemeHandler::clearCssCache function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php
StubThemeHandler::themeRegistryRebuild function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php
system-themes-page.html.twig file core/themes/stable9/templates/admin/system-themes-page.html.twig Theme override for the Appearance page.
system-themes-page.html.twig file core/themes/claro/templates/system-themes-page.html.twig Theme override for the Appearance page.

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