Search for %s
- Search 7.x for %s
- Search 9.5.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 |
|---|---|---|---|
| RegisterServicesForDestructionPass.php | file | core/ |
|
| RegisterServicesForDestructionPass::process | function | core/ |
|
| RegisterStreamWrappersPass | class | core/ |
Adds services tagged 'stream_wrapper' to the stream_wrapper_manager service. |
| RegisterStreamWrappersPass.php | file | core/ |
|
| RegisterStreamWrappersPass::process | function | core/ |
|
| RegistrationWithUserFieldsTest | class | core/ |
Tests user registration forms with additional fields. |
| RegistrationWithUserFieldsTest.php | file | core/ |
|
| RegistrationWithUserFieldsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| RegistrationWithUserFieldsTest::$modules | property | core/ |
Modules to enable. |
| RegistrationWithUserFieldsTest::$page | property | core/ |
DocumentElement object. |
| RegistrationWithUserFieldsTest::$webAssert | property | core/ |
WebAssert object. |
| RegistrationWithUserFieldsTest::setUp | function | core/ |
|
| RegistrationWithUserFieldsTest::testRegistrationWithUserFields | function | core/ |
Tests Field API fields on user registration forms. |
| Registry | class | core/ |
Defines the theme registry service. |
| Registry.php | file | core/ |
|
| Registry::$cache | property | core/ |
The cache backend to use for the complete theme registry data. |
| Registry::$initialized | property | core/ |
Stores whether the registry was already initialized. |
| Registry::$lock | property | core/ |
The lock backend that should be used. |
| Registry::$moduleHandler | property | core/ |
The module handler to use to load modules. |
| 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/ |
Tests legacy behavior of the ThemeRegistry class. |
| RegistryLegacyTest | class | core/ |
@coversDefaultClass \Drupal\Core\Theme\Registry[[api-linebreak]] @group Theme @group legacy |
| RegistryLegacyTest.php | file | core/ |
|
| RegistryLegacyTest.php | file | core/ |
|
| RegistryLegacyTest::$cache | property | core/ |
The mocked cache backend. |
| RegistryLegacyTest::$lock | property | core/ |
The mocked lock backend. |
Pagination
- Previous page
- Page 995
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.