Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
Registry::$moduleList property core/lib/Drupal/Core/Theme/Registry.php The module list.
Registry::$registry property core/lib/Drupal/Core/Theme/Registry.php The complete theme registry.
Registry::$root property core/lib/Drupal/Core/Theme/Registry.php The app root.
Registry::$runtimeCache property core/lib/Drupal/Core/Theme/Registry.php The runtime cache.
Registry::$runtimeRegistry property core/lib/Drupal/Core/Theme/Registry.php An array of incomplete, runtime theme registries, keyed by theme name.
Registry::$theme property core/lib/Drupal/Core/Theme/Registry.php The theme object representing the active theme for this registry.
Registry::$themeHandler property core/lib/Drupal/Core/Theme/Registry.php The theme handler.
Registry::$themeInitialization property core/lib/Drupal/Core/Theme/Registry.php The theme initialization.
Registry::$themeManager property core/lib/Drupal/Core/Theme/Registry.php The theme manager.
Registry::$themeName property core/lib/Drupal/Core/Theme/Registry.php The name of the theme for which to construct the registry, if given.
Registry::build function core/lib/Drupal/Core/Theme/Registry.php Builds the theme registry cache.
Registry::completeSuggestion function core/lib/Drupal/Core/Theme/Registry.php Completes the definition of the requested suggestion hook.
Registry::destruct function core/lib/Drupal/Core/Theme/Registry.php Performs destruct operations.
Registry::get function core/lib/Drupal/Core/Theme/Registry.php Returns the complete theme registry from cache or rebuilds it.
Registry::getBaseHook function core/lib/Drupal/Core/Theme/Registry.php Returns the base hook for a given hook suggestion.
Registry::getPath function core/lib/Drupal/Core/Theme/Registry.php Wraps drupal_get_path().
Registry::getPrefixGroupedUserFunctions function core/lib/Drupal/Core/Theme/Registry.php Gets all user functions grouped by the word before the first underscore.
Registry::getRuntime function core/lib/Drupal/Core/Theme/Registry.php Returns the incomplete, runtime theme registry.
Registry::init function core/lib/Drupal/Core/Theme/Registry.php Initializes a theme with a certain name.
Registry::mergePreprocessFunctions function core/lib/Drupal/Core/Theme/Registry.php Merges the source hook's preprocess functions into the destination hook's.
Registry::postProcessExtension function core/lib/Drupal/Core/Theme/Registry.php Completes the theme registry adding discovered functions and hooks.
Registry::processExtension function core/lib/Drupal/Core/Theme/Registry.php Process a single implementation of hook_theme().
Registry::reset function core/lib/Drupal/Core/Theme/Registry.php Invalidates theme registry caches.
Registry::setCache function core/lib/Drupal/Core/Theme/Registry.php Persists the theme registry in the cache backend.
Registry::setThemeManager function core/lib/Drupal/Core/Theme/Registry.php Sets the theme manager.
Registry::__construct function core/lib/Drupal/Core/Theme/Registry.php Constructs a \Drupal\Core\Theme\Registry object.
RegistryLegacyTest class core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php @coversDefaultClass \Drupal\Core\Theme\Registry[[api-linebreak]]
@group Theme
@group legacy
RegistryLegacyTest class core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php Tests legacy behavior of the ThemeRegistry class.
RegistryLegacyTest.php file core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php
RegistryLegacyTest.php file core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php
RegistryLegacyTest::$cache property core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php The mocked cache backend.
RegistryLegacyTest::$lock property core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php The mocked lock backend.
RegistryLegacyTest::$moduleHandler property core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php The mocked module handler.
RegistryLegacyTest::$moduleList property core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php The module extension list.
RegistryLegacyTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php Modules to enable.
RegistryLegacyTest::$profile property core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php
RegistryLegacyTest::$registry property core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php The mocked theme registry.
RegistryLegacyTest::$runtimeCache property core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php The mocked cache backend.
RegistryLegacyTest::$themeHandler property core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php The mocked theme handler.
RegistryLegacyTest::$themeInitialization property core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php The mocked theme initialization.
RegistryLegacyTest::$themeManager property core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php The theme manager.
RegistryLegacyTest::setUp function core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php
RegistryLegacyTest::setupTheme function core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php
RegistryLegacyTest::testGetLegacyThemeFunctionRegistryForModule function core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php Tests getting legacy theme function registry data defined by a module.
RegistryLegacyTest::testMultipleSubThemes function core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php Tests the theme registry with theme functions and multiple subthemes.
RegistryLegacyTest::testRegistryConstructorParameters function core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php Tests the order of registry parameters.
RegistryLegacyTest::testSuggestionPreprocessFunctions function core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php Tests the theme registry with theme functions with suggestions.
RegistryTest class core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests the behavior of the ThemeRegistry class.
RegistryTest class core/tests/Drupal/Tests/Core/Theme/RegistryTest.php @coversDefaultClass \Drupal\Core\Theme\Registry[[api-linebreak]]
@group Theme
RegistryTest.php file core/tests/Drupal/Tests/Core/Theme/RegistryTest.php

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