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
ThemeNegotiatorTest::testDetermineActiveTheme function core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php Tests determining the theme.
ThemeNegotiatorTest::testDetermineActiveThemeWithAccessCheck function core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php Tests determining with two negotiators of which just one returns access.
ThemeNegotiatorTest::testDetermineActiveThemeWithNotApplyingNegotiator function core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php Tests determining with two negotiators of which one does not apply.
ThemeNegotiatorTest::testDetermineActiveThemeWithPriority function core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php Tests determining with two negotiators checking the priority.
ThemePageTestHooks class core/modules/system/tests/modules/theme_page_test/src/Hook/ThemePageTestHooks.php Hook implementations for theme_page_test.
ThemePageTestHooks.php file core/modules/system/tests/modules/theme_page_test/src/Hook/ThemePageTestHooks.php
ThemePageTestHooks::systemInfoAlter function core/modules/system/tests/modules/theme_page_test/src/Hook/ThemePageTestHooks.php Implements hook_system_info_alter().
ThemePreprocess class core/lib/Drupal/Core/Theme/ThemePreprocess.php Preprocess for common/core theme templates.
ThemePreprocess.php file core/lib/Drupal/Core/Theme/ThemePreprocess.php
ThemePreprocess::preprocessContainer function core/lib/Drupal/Core/Theme/ThemePreprocess.php Prepares variables for container templates.
ThemePreprocess::preprocessHtml function core/lib/Drupal/Core/Theme/ThemePreprocess.php Prepares variables for HTML document templates.
ThemePreprocess::preprocessInstallPage function core/lib/Drupal/Core/Theme/ThemePreprocess.php Prepares variables for install page templates.
ThemePreprocess::preprocessItemList function core/lib/Drupal/Core/Theme/ThemePreprocess.php Prepares variables for item list templates.
ThemePreprocess::preprocessLinks function core/lib/Drupal/Core/Theme/ThemePreprocess.php Prepares variables for links templates.
ThemePreprocess::preprocessMaintenancePage function core/lib/Drupal/Core/Theme/ThemePreprocess.php Prepares variables for maintenance page templates.
ThemePreprocess::preprocessMaintenanceTaskList function core/lib/Drupal/Core/Theme/ThemePreprocess.php Prepares variables for maintenance task list templates.
ThemePreprocess::preprocessPage function core/lib/Drupal/Core/Theme/ThemePreprocess.php Prepares variables for the page template.
ThemePreprocess::preprocessRegion function core/lib/Drupal/Core/Theme/ThemePreprocess.php Prepares variables for region templates.
ThemePreprocess::preprocessTable function core/lib/Drupal/Core/Theme/ThemePreprocess.php Prepares variables for table templates.
ThemePreprocess::preprocessTablesortIndicator function core/lib/Drupal/Core/Theme/ThemePreprocess.php Prepares variables for tablesort indicators.
ThemePreprocess::__construct function core/lib/Drupal/Core/Theme/ThemePreprocess.php
ThemeProceduralTest class core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php Tests low-level theme functions.
ThemeProceduralTest.php file core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php
ThemeProceduralTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php
ThemeProceduralTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php
ThemeProceduralTest::testPreprocess function core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php Ensures preprocess functions run from procedural implementations.
ThemeRegionTest class core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php Tests theme region listing.
ThemeRegionTest.php file core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php
ThemeRegionTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php
ThemeRegionTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php
ThemeRegionTest::testLegacyRegionListing function core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php Tests listing a theme's regions using legacy functions.
ThemeRegionTest::testRegionListing function core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php Tests listing a theme's regions.
ThemeRegionTestThemeHooks class core/modules/system/tests/modules/theme_region_test/src/Hook/ThemeRegionTestThemeHooks.php Hook implementations for theme_region_test.
ThemeRegionTestThemeHooks.php file core/modules/system/tests/modules/theme_region_test/src/Hook/ThemeRegionTestThemeHooks.php
ThemeRegionTestThemeHooks::preprocessRegion function core/modules/system/tests/modules/theme_region_test/src/Hook/ThemeRegionTestThemeHooks.php Implements hook_preprocess_HOOK() for region templates.
ThemeRegistry class core/lib/Drupal/Core/Utility/ThemeRegistry.php Builds the run-time theme registry.
ThemeRegistry.php file core/lib/Drupal/Core/Utility/ThemeRegistry.php
ThemeRegistry::$completeRegistry property core/lib/Drupal/Core/Utility/ThemeRegistry.php The complete theme registry array.
ThemeRegistry::$persistable property core/lib/Drupal/Core/Utility/ThemeRegistry.php Whether the partial registry can be persisted to the cache.
ThemeRegistry::get function core/lib/Drupal/Core/Utility/ThemeRegistry.php
ThemeRegistry::getGlobalPreprocess function core/lib/Drupal/Core/Utility/ThemeRegistry.php Gets global preprocess callbacks.
ThemeRegistry::getPreprocessInvokes function core/lib/Drupal/Core/Utility/ThemeRegistry.php Gets preprocess invoke map.
ThemeRegistry::has function core/lib/Drupal/Core/Utility/ThemeRegistry.php
ThemeRegistry::initializeRegistry function core/lib/Drupal/Core/Utility/ThemeRegistry.php Initializes the full theme registry.
ThemeRegistry::resolveCacheMiss function core/lib/Drupal/Core/Utility/ThemeRegistry.php
ThemeRegistry::updateCache function core/lib/Drupal/Core/Utility/ThemeRegistry.php
ThemeRegistry::__construct function core/lib/Drupal/Core/Utility/ThemeRegistry.php Constructs a ThemeRegistry object.
ThemeRegistryLoader class core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php Loads templates based on information from the Drupal theme registry.
ThemeRegistryLoader.php file core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php
ThemeRegistryLoader::$themeRegistry property core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php The theme registry used to determine which template to use.

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