Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Registry::$themeManager | property | core/ |
The theme manager. |
| Registry::build | function | core/ |
Builds the theme registry cache. |
| Registry::cacheGet | function | core/ |
Gets the theme registry cache. |
| Registry::collectModulePreprocess | function | core/ |
Collect module implementations of a single hook. |
| Registry::completeSuggestion | function | core/ |
Completes the definition of the requested suggestion hook. |
| Registry::destruct | function | core/ |
|
| Registry::get | function | core/ |
Returns the complete theme registry from cache or rebuilds it. |
| Registry::getBaseHook | function | core/ |
Returns the base hook for a given hook suggestion. |
| Registry::getPrefixGroupedUserFunctions | function | core/ |
Gets all user functions grouped by the word before the first underscore. |
| Registry::getPreprocessForSuggestions | function | core/ |
Returns discovered preprocess suggestions. |
| Registry::getRuntime | function | core/ |
Returns the incomplete, runtime theme registry. |
| Registry::GLOBAL_PREPROCESS | constant | core/ |
A common key for storing preprocess callbacks used by every theme hook. |
| Registry::hasThemeHookImplementation | function | core/ |
Returns whether a theme implements a given hook. |
| Registry::init | function | core/ |
Fetches the active theme. |
| Registry::mergePreprocessFunctions | function | core/ |
Merges the source hook's preprocess functions into the destination hook's. |
| Registry::postProcessExtension | function | core/ |
Completes the theme registry adding discovered functions and hooks. |
| Registry::PREPROCESS_INVOKES | constant | core/ |
A common key for storing preprocess invoke locations for modules. |
| Registry::processExtension | function | core/ |
Process a single implementation of hook_theme(). |
| Registry::reset | function | core/ |
Invalidates theme registry caches. |
| Registry::setCache | function | core/ |
Persists the theme registry in the cache backend. |
| Registry::setThemeManager | function | core/ |
Sets the theme manager. |
| Registry::__construct | function | core/ |
|
| RegistryTest | class | core/ |
Tests Drupal\Core\Theme\Registry. |
| RegistryTest | class | core/ |
Tests the behavior of the ThemeRegistry class. |
| RegistryTest.php | file | core/ |
|
| RegistryTest.php | file | core/ |
|
| RegistryTest::$cache | property | core/ |
The cache backend. |
| RegistryTest::$functions | property | core/ |
The list of functions that get_defined_functions() should provide. |
| RegistryTest::$kernel | property | core/ |
The kernel. |
| RegistryTest::$keyValueFactory | property | core/ |
They key value factory. |
| RegistryTest::$lock | property | core/ |
The lock backend. |
| RegistryTest::$moduleHandler | property | core/ |
The module handler. |
| RegistryTest::$moduleList | property | core/ |
The module list. |
| RegistryTest::$modules | property | core/ |
|
| RegistryTest::$registry | property | core/ |
The mocked theme registry. |
| RegistryTest::$runtimeCache | property | core/ |
The cache backend. |
| RegistryTest::$themeHandler | property | core/ |
The theme handler. |
| RegistryTest::$themeManager | property | core/ |
The theme manager. |
| RegistryTest::provider40xThemeSuggestions | function | core/ |
Data provider for test40xThemeSuggestions(). |
| RegistryTest::providerTestPostProcessExtension | function | core/ |
Provides test data to ::testPostProcessExtension(). |
| RegistryTest::setUp | function | core/ |
|
| RegistryTest::setUpMockModuleHandler | function | core/ |
Reinitializes the module handler as a mock object. |
| RegistryTest::setUpMockModuleList | function | core/ |
Reinitializes the module list as a mock object. |
| RegistryTest::setUpMockThemeManager | function | core/ |
Reinitializes the theme manager as a mock object. |
| RegistryTest::tearDown | function | core/ |
|
| RegistryTest::test200ThemeSuggestions | function | core/ |
Tests page theme suggestions for 200 responses. |
| RegistryTest::test40xThemeSuggestions | function | core/ |
Tests page theme suggestions for 40x responses. |
| RegistryTest::testGetRegistryForModule | function | core/ |
Tests getting the theme registry defined by a module. |
| RegistryTest::testMultipleSubThemes | function | core/ |
Tests the theme registry with multiple subthemes. |
| RegistryTest::testPostProcessExtension | function | core/ |
Tests post process extension. |
Pagination
- Previous page
- Page 1334
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.