Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Registry::$moduleList | property | core/ |
The module list. |
| Registry::$registry | property | core/ |
The complete theme registry. |
| Registry::$root | property | core/ |
The app root. |
| Registry::$runtimeCache | property | core/ |
The runtime cache. |
| Registry::$runtimeRegistry | property | core/ |
An array of incomplete, runtime theme registries, keyed by theme name. |
| Registry::$theme | property | core/ |
The theme object representing the active theme for this registry. |
| Registry::$themeHandler | property | core/ |
The theme handler. |
| Registry::$themeInitialization | property | core/ |
The theme initialization. |
| Registry::$themeManager | property | core/ |
The theme manager. |
| Registry::$themeName | property | core/ |
The name of the theme for which to construct the registry, if given. |
| Registry::build | function | core/ |
Builds the theme registry cache. |
| Registry::completeSuggestion | function | core/ |
Completes the definition of the requested suggestion hook. |
| Registry::destruct | function | core/ |
Performs destruct operations. |
| 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::getPath | function | core/ |
Wraps drupal_get_path(). |
| Registry::getPrefixGroupedUserFunctions | function | core/ |
Gets all user functions grouped by the word before the first underscore. |
| Registry::getRuntime | function | core/ |
Returns the incomplete, runtime theme registry. |
| Registry::init | function | core/ |
Initializes a theme with a certain name. |
| 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::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/ |
Constructs a \Drupal\Core\Theme\Registry object. |
| RegistryLegacyTest | class | core/ |
@coversDefaultClass \Drupal\Core\Theme\Registry[[api-linebreak]] @group Theme @group legacy |
| RegistryLegacyTest | class | core/ |
Tests legacy behavior of the ThemeRegistry class. |
| RegistryLegacyTest.php | file | core/ |
|
| RegistryLegacyTest.php | file | core/ |
|
| RegistryLegacyTest::$cache | property | core/ |
The mocked cache backend. |
| RegistryLegacyTest::$lock | property | core/ |
The mocked lock backend. |
| RegistryLegacyTest::$moduleHandler | property | core/ |
The mocked module handler. |
| RegistryLegacyTest::$moduleList | property | core/ |
The module extension list. |
| RegistryLegacyTest::$modules | property | core/ |
Modules to enable. |
| RegistryLegacyTest::$profile | property | core/ |
|
| RegistryLegacyTest::$registry | property | core/ |
The mocked theme registry. |
| RegistryLegacyTest::$runtimeCache | property | core/ |
The mocked cache backend. |
| RegistryLegacyTest::$themeHandler | property | core/ |
The mocked theme handler. |
| RegistryLegacyTest::$themeInitialization | property | core/ |
The mocked theme initialization. |
| RegistryLegacyTest::$themeManager | property | core/ |
The theme manager. |
| RegistryLegacyTest::setUp | function | core/ |
|
| RegistryLegacyTest::setupTheme | function | core/ |
|
| RegistryLegacyTest::testGetLegacyThemeFunctionRegistryForModule | function | core/ |
Tests getting legacy theme function registry data defined by a module. |
| RegistryLegacyTest::testMultipleSubThemes | function | core/ |
Tests the theme registry with theme functions and multiple subthemes. |
| RegistryLegacyTest::testRegistryConstructorParameters | function | core/ |
Tests the order of registry parameters. |
| RegistryLegacyTest::testSuggestionPreprocessFunctions | function | core/ |
Tests the theme registry with theme functions with suggestions. |
| RegistryTest | class | core/ |
Tests the behavior of the ThemeRegistry class. |
| RegistryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Theme\Registry[[api-linebreak]] @group Theme |
| RegistryTest.php | file | core/ |
Pagination
- Previous page
- Page 1022
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.