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
ThemeTest::testThemeSettingsNoLogoNoFavicon function core/modules/system/tests/src/Functional/System/ThemeTest.php Tests the theme settings form when logo and favicon features are disabled.
ThemeTest::testThemeSettingsRenderCacheClear function core/modules/system/tests/src/Functional/System/ThemeTest.php Tests the 'rendered' cache tag is cleared when saving theme settings.
ThemeTest::testThemeSuggestions function core/modules/system/tests/src/Kernel/Theme/ThemeTest.php Tests function theme_get_suggestions() for SA-CORE-2009-003.
ThemeTest::testThemeUpdateManagement function core/modules/system/tests/src/Kernel/Theme/ThemeTest.php Tests the update registry is correct during theme install and uninstall.
ThemeTest::testThemeUpdateManagementRemovedPostUpdates function core/modules/system/tests/src/Kernel/Theme/ThemeTest.php Tests the update registry is correct during theme install and uninstall.
ThemeTest::testUninstallingThemes function core/modules/system/tests/src/Functional/System/ThemeTest.php Tests uninstalling of themes works.
ThemeTestController class core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Controller routines for theme test routes.
ThemeTestController.php file core/modules/system/tests/modules/theme_test/src/ThemeTestController.php
ThemeTestController::generalSuggestionAlter function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Menu callback for testing hook_theme_suggestions_alter().
ThemeTestController::nonHtml function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Controller to ensure that no theme is initialized.
ThemeTestController::preprocessCallback function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Controller for testing callable preprocess functions.
ThemeTestController::preprocessSuggestions function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Controller for testing preprocess functions with theme suggestions.
ThemeTestController::specificSuggestionAlter function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Menu callback for testing suggestion alter hooks with specific suggestions.
ThemeTestController::suggestionAlter function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Menu callback for testing suggestion alter hooks with template files.
ThemeTestController::suggestionProvided function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Menu callback for testing suggestion alter hooks with template files.
ThemeTestController::testInfoStylesheets function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Adds stylesheets to test theme .info.yml property processing.
ThemeTestController::testInlineTemplate function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Tests the inline template functionality.
ThemeTestController::testRequestListener function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Tests themed output generated in a request listener.
ThemeTestController::testSuggestion function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Calls a theme hook suggestion.
ThemeTestController::testTemplate function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Tests template overriding based on filename.
ThemeTestHooks class core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Hook implementations for theme_test.
ThemeTestHooks.php file core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php
ThemeTestHooks::libraryInfoAlter function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_library_info_alter().
ThemeTestHooks::pageBottom function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_page_bottom().
ThemeTestHooks::preprocessHtml function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_preprocess_HOOK() for HTML document templates.
ThemeTestHooks::preprocessTestSuggestions function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_preprocess_HOOK().
ThemeTestHooks::preprocessThemeTest function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Preprocesses variables for theme_theme_test().
ThemeTestHooks::preprocessThemeTestDeprecationsPreprocess function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Prepares variables for theme_test_deprecations_preprocess.
ThemeTestHooks::preprocessThemeTestPreprocessSuggestions function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_preprocess_HOOK().
ThemeTestHooks::preprocessThemeTestRegisteredByModule function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_preprocess_HOOK().
ThemeTestHooks::preprocessThemeTestRenderElement function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Prepares variables for test render element templates.
ThemeTestHooks::systemInfoAlter function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_system_info_alter().
ThemeTestHooks::theme function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_theme().
ThemeTestHooks::themeRegistryAlter function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_theme_registry_alter().
ThemeTestHooks::themeSuggestionsAlter function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_theme_suggestions_alter().
ThemeTestHooks::themeSuggestionsNode function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_theme_suggestions_HOOK().
ThemeTestHooks::themeSuggestionsThemeTestPreprocessSuggestions function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_theme_suggestions_HOOK().
ThemeTestHooks::themeSuggestionsThemeTestSuggestionProvided function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_theme_suggestions_HOOK().
ThemeTestHooks::themeSuggestionsThemeTestSuggestionsAlter function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php Implements hook_theme_suggestions_HOOK_alter().
ThemeTestPreprocess class core/modules/system/tests/modules/theme_test/src/ThemeTestPreprocess.php Class to test preprocess callbacks.
ThemeTestPreprocess.php file core/modules/system/tests/modules/theme_test/src/ThemeTestPreprocess.php
ThemeTestPreprocess::preprocess function core/modules/system/tests/modules/theme_test/src/ThemeTestPreprocess.php Preprocess callback for testing preprocess callbacks.
ThemeTestSubscriber class core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php Theme test subscriber for controller requests.
ThemeTestSubscriber.php file core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php
ThemeTestSubscriber::$container property core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php The used container.
ThemeTestSubscriber::$currentRouteMatch property core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php The current route match.
ThemeTestSubscriber::$renderer property core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php The renderer.
ThemeTestSubscriber::getSubscribedEvents function core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php
ThemeTestSubscriber::onRequest function core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php Generates themed output early in a page request.
ThemeTestSubscriber::__construct function core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php Constructs a new ThemeTestSubscriber.

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