Search for theme_
- Search 7.x for theme_
- Search 9.5.x for theme_
- Search 8.9.x for theme_
- Search 10.3.x for theme_
- Search 11.x for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ThemeManager::$themeRegistry | property | core/ |
The theme registry used to render an output. |
| ThemeManager::alter | function | core/ |
|
| ThemeManager::alterForTheme | function | core/ |
@todo Should we cache some of these information? |
| ThemeManager::buildThemeHookSuggestions | function | core/ |
Builds theme hook suggestions for a theme hook with variables. |
| ThemeManager::getActiveTheme | function | core/ |
|
| ThemeManager::getDefaultTemplateVariables | function | core/ |
Returns default template variables. |
| ThemeManager::getImplementationsForTheme | function | core/ |
Gets a hook implementation list for a specific hook. |
| ThemeManager::getThemeChain | function | core/ |
Gets theme and base themes in reverse order. |
| ThemeManager::getThemeEngine | function | core/ |
|
| ThemeManager::hasActiveTheme | function | core/ |
|
| ThemeManager::initTheme | function | core/ |
Initializes the active theme for a given route match. |
| ThemeManager::invoke | function | core/ |
|
| ThemeManager::invokeAllWith | function | core/ |
|
| ThemeManager::render | function | core/ |
|
| ThemeManager::resetActiveTheme | function | core/ |
|
| ThemeManager::setActiveTheme | function | core/ |
|
| ThemeManager::setThemeRegistry | function | core/ |
Sets the theme registry. |
| ThemeManager::__construct | function | core/ |
|
| ThemeManagerInterface | interface | core/ |
Provides a high level access to the active theme and methods to use it. |
| ThemeManagerInterface.php | file | core/ |
|
| ThemeManagerInterface::alter | function | core/ |
Passes alterable variables to specific $theme_TYPE_alter() implementations. |
| ThemeManagerInterface::alterForTheme | function | core/ |
Provides an alter hook for a specific theme. |
| ThemeManagerInterface::getActiveTheme | function | core/ |
Returns the active theme object. |
| ThemeManagerInterface::getThemeEngine | function | core/ |
Returns the theme engine if it exists. |
| ThemeManagerInterface::hasActiveTheme | function | core/ |
Determines whether there is an active theme. |
| ThemeManagerInterface::invoke | function | core/ |
Invokes a hook in a particular theme. |
| ThemeManagerInterface::invokeAllWith | function | core/ |
Executes a callback for each implementation of a hook for a theme. |
| ThemeManagerInterface::render | function | core/ |
Generates themed output. |
| ThemeManagerInterface::resetActiveTheme | function | core/ |
Resets the current active theme. |
| ThemeManagerInterface::setActiveTheme | function | core/ |
Sets the current active theme manually. |
| ThemeNegotiator | class | core/ |
Provides a class which determines the active theme of the page. |
| ThemeNegotiator.php | file | core/ |
|
| ThemeNegotiator::$classResolver | property | core/ |
The class resolver. |
| ThemeNegotiator::$negotiators | property | core/ |
Holds an array of theme negotiator IDs, sorted by priority. |
| ThemeNegotiator::$themeAccess | property | core/ |
The access checker for themes. |
| ThemeNegotiator::applies | function | core/ |
|
| ThemeNegotiator::determineActiveTheme | function | core/ |
|
| ThemeNegotiator::__construct | function | core/ |
Constructs a new ThemeNegotiator. |
| ThemeNegotiatorInterface | interface | core/ |
Defines an interface for classes which determine the active theme. |
| ThemeNegotiatorInterface.php | file | core/ |
|
| ThemeNegotiatorInterface::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
| ThemeNegotiatorInterface::determineActiveTheme | function | core/ |
Determine the active theme for the request. |
| ThemeNegotiatorTest | class | core/ |
Tests Drupal\Core\Theme\ThemeNegotiator. |
| ThemeNegotiatorTest.php | file | core/ |
|
| ThemeNegotiatorTest::$container | property | core/ |
The container builder. |
| ThemeNegotiatorTest::$requestStack | property | core/ |
The request stack. |
| ThemeNegotiatorTest::$themeAccessCheck | property | core/ |
The mocked theme access checker. |
| ThemeNegotiatorTest::$themeNegotiator | property | core/ |
The actual tested theme negotiator. |
| ThemeNegotiatorTest::createThemeNegotiator | function | core/ |
Creates a new theme negotiator instance. |
| ThemeNegotiatorTest::setUp | function | core/ |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.