Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
Registry::cacheGet function core/lib/Drupal/Core/Theme/Registry.php Gets the theme registry cache.
Registry::collectModulePreprocess function core/lib/Drupal/Core/Theme/Registry.php Collect module implementations of a single hook.
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::getPrefixGroupedUserFunctions function core/lib/Drupal/Core/Theme/Registry.php Gets all user functions grouped by the word before the first underscore.
Registry::getPreprocessForSuggestions function core/lib/Drupal/Core/Theme/Registry.php Returns discovered preprocess suggestions.
Registry::getRuntime function core/lib/Drupal/Core/Theme/Registry.php Returns the incomplete, runtime theme registry.
Registry::GLOBAL_PREPROCESS constant core/lib/Drupal/Core/Theme/Registry.php A common key for storing preprocess callbacks used by every theme hook.
Registry::hasThemeHookImplementation function core/lib/Drupal/Core/Theme/Registry.php Returns whether a theme implements a given hook.
Registry::init function core/lib/Drupal/Core/Theme/Registry.php Fetches the active theme.
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::PREPROCESS_INVOKES constant core/lib/Drupal/Core/Theme/Registry.php A common key for storing preprocess invoke locations for modules.
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
RegistryTest class core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Tests Drupal\Core\Theme\Registry.
RegistryTest class core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests the behavior of the ThemeRegistry class.
RegistryTest.php file core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
RegistryTest.php file core/tests/Drupal/Tests/Core/Theme/RegistryTest.php
RegistryTest::$cache property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The cache backend.
RegistryTest::$functions property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The list of functions that get_defined_functions() should provide.
RegistryTest::$kernel property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The kernel.
RegistryTest::$keyValueFactory property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php They key value factory.
RegistryTest::$lock property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The lock backend.
RegistryTest::$moduleHandler property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The module handler.
RegistryTest::$moduleList property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The module list.
RegistryTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Modules to install.
RegistryTest::$registry property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The mocked theme registry.
RegistryTest::$runtimeCache property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The cache backend.
RegistryTest::$themeHandler property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The theme handler.
RegistryTest::$themeManager property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The theme manager.
RegistryTest::provider40xThemeSuggestions function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Data provider for test40xThemeSuggestions().
RegistryTest::providerTestPostProcessExtension function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Provides test data to ::testPostProcessExtension().
RegistryTest::setUp function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php
RegistryTest::setUpMockModuleHandler function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Reinitializes the module handler as a mock object.
RegistryTest::setUpMockModuleList function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Reinitializes the module list as a mock object.
RegistryTest::setUpMockThemeManager function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Reinitializes the theme manager as a mock object.
RegistryTest::tearDown function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php
RegistryTest::test200ThemeSuggestions function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests page theme suggestions for 200 responses.
RegistryTest::test40xThemeSuggestions function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests page theme suggestions for 40x responses.
RegistryTest::testGetRegistryForModule function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Tests getting the theme registry defined by a module.
RegistryTest::testMultipleSubThemes function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests the theme registry with multiple subthemes.
RegistryTest::testPostProcessExtension function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Tests post process extension.
RegistryTest::testRaceCondition function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests the behavior of the theme registry class.
RegistryTest::testSuggestionPreprocessFunctions function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests the theme registry with suggestions.

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