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
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 The theme to install as the default for testing.
ThemeProceduralTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php Modules to install.
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 Modules to install.
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 Gets value from the cache.
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 Returns whether data exists for this key.
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 Resolves a cache miss.
ThemeRegistry::updateCache function core/lib/Drupal/Core/Utility/ThemeRegistry.php Writes a value to the persistent cache immediately.
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.
ThemeRegistryLoader::findTemplate function core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php Finds the path to the requested template.
ThemeRegistryLoader::getCacheKey function core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php
ThemeRegistryLoader::__construct function core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php Constructs a new ThemeRegistryLoader object.
ThemeRegistryLoaderTest class core/tests/Drupal/Tests/Core/Template/Loader/ThemeRegistryLoaderTest.php Tests Drupal\Core\Template\Loader\ThemeRegistryLoader.

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