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
Title Object type File name Summary
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.
ThemeTestThemeHooks class core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks.php Hook implementations for theme_test.
ThemeTestThemeHooks.php file core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks.php
ThemeTestThemeHooks1 class core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks1.php Hook implementations for theme_test.
ThemeTestThemeHooks1.php file core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks1.php
ThemeTestThemeHooks1::preprocessHtml function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks1.php Implements hook_preprocess_HOOK() for HTML document templates.
ThemeTestThemeHooks1::preprocessThemeTestPreprocessSuggestions function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks1.php Implements hook_preprocess_HOOK().
ThemeTestThemeHooks1::themeSuggestionsNode function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks1.php Implements hook_theme_suggestions_HOOK().
ThemeTestThemeHooks1::themeSuggestionsThemeTestPreprocessSuggestions function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks1.php Implements hook_theme_suggestions_HOOK().
ThemeTestThemeHooks1::themeSuggestionsThemeTestSuggestionProvided function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks1.php Implements hook_theme_suggestions_HOOK().
ThemeTestThemeHooks::preprocessTestSuggestions function core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks.php Implements hook_preprocess_HOOK().
ThemeTokenTest class core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php Tests the generation of 'theme_token' key in Drupal settings.
ThemeTokenTest.php file core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php
ThemeTokenTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php The theme to install as the default for testing.
ThemeTokenTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php We want to visit the 'admin/structure/block' page.
ThemeTokenTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php
ThemeTokenTest::testThemeToken function core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php Tests if the 'theme_token' key of 'ajaxPageState' is computed.
ThemeUiTest class core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests the theme UI.
ThemeUiTest.php file core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
ThemeUiTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php The theme to install as the default for testing.
ThemeUiTest::$testModules property core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Modules used for testing.
ThemeUiTest::assertUninstallableTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Checks related to uninstallable themes due to module dependencies.
ThemeUiTest::providerTestThemeInstallWithModuleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Data provider for testThemeInstallWithModuleDependencies().
ThemeUiTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php
ThemeUiTest::testInstalledIncompatibleTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests that incompatible themes message is shown.
ThemeUiTest::testInstallModuleWithIncompatibleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with incompatible module dependencies.
ThemeUiTest::testInstallModuleWithMissingDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with missing module dependencies.
ThemeUiTest::testModulePermissions function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests permissions for enabling themes depending on disabled modules.
ThemeUiTest::testThemeInstallWithModuleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with module dependencies.
ThemeUiTest::uninstallModules function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Uninstalls modules via the admin UI.
ThemeUiTest::uninstallTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Uninstalls a theme via the admin UI.
ThemeUninstallConfirmForm class core/modules/system/src/Form/ThemeUninstallConfirmForm.php Builds a confirmation form to uninstall a theme.
ThemeUninstallConfirmForm.php file core/modules/system/src/Form/ThemeUninstallConfirmForm.php

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