Search for theme_
- Search 7.x for theme_
- Search 9.5.x for theme_
- Search 8.9.x for theme_
- Search 11.x for theme_
- Search main for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ThemeInstallerTest::testInstall | function | core/ |
Tests installing a theme. |
| ThemeInstallerTest::testInstallDeprecated | function | core/ |
Tests trying to install a deprecated theme. |
| ThemeInstallerTest::testInstallNameTooLong | function | core/ |
Tests installing a theme with a too long name. |
| ThemeInstallerTest::testInstallNonExisting | function | core/ |
Tests installing a non-existing theme. |
| ThemeInstallerTest::testInstallSubTheme | function | core/ |
Tests installing a sub-theme. |
| ThemeInstallerTest::testInstallThemeSameNameAsModule | function | core/ |
Tests installing a theme with the same name as an enabled module. |
| ThemeInstallerTest::testInstallThemeWithMetModuleDependencies | function | core/ |
Tests installing a theme with module dependencies that are met. |
| ThemeInstallerTest::testInstallThemeWithUnmetModuleDependencies | function | core/ |
Tests installing a theme with unmet module dependencies. |
| ThemeInstallerTest::testThemeInfoAlter | function | core/ |
Tests that theme info can be altered by a module. |
| ThemeInstallerTest::testUninstall | function | core/ |
Tests uninstalling a theme. |
| ThemeInstallerTest::testUninstallAdmin | function | core/ |
Tests uninstalling the admin theme. |
| ThemeInstallerTest::testUninstallBaseBeforeSubTheme | function | core/ |
Tests uninstalling a base theme before its sub-theme. |
| ThemeInstallerTest::testUninstallDefault | function | core/ |
Tests uninstalling the default theme. |
| ThemeInstallerTest::testUninstallNonExisting | function | core/ |
Tests uninstalling a non-existing theme. |
| ThemeInstallerTest::testUninstallNotInstalled | function | core/ |
Tests uninstalling a theme that is not installed. |
| ThemeInstallerTest::testUninstallSubTheme | function | core/ |
Tests uninstalling a sub-theme. |
| ThemeInstallerTest::themeHandler | function | core/ |
Returns the theme handler service. |
| ThemeInstallerTest::themeInstaller | function | core/ |
Returns the theme installer service. |
| ThemeLocalTask | class | core/ |
Provides dynamic tabs based on active themes. |
| ThemeLocalTask | class | core/ |
Provides dynamic tabs based on active themes. |
| ThemeLocalTask.php | file | core/ |
|
| ThemeLocalTask.php | file | core/ |
|
| ThemeLocalTask::$themeHandler | property | core/ |
The theme handler. |
| ThemeLocalTask::$themeHandler | property | core/ |
The theme handler. |
| ThemeLocalTask::create | function | core/ |
Creates a new class instance. |
| ThemeLocalTask::create | function | core/ |
Creates a new class instance. |
| ThemeLocalTask::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| ThemeLocalTask::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| ThemeLocalTask::__construct | function | core/ |
Constructs a new ThemeLocalTask instance. |
| ThemeLocalTask::__construct | function | core/ |
Constructs a new ThemeLocalTask. |
| ThemeManager | class | core/ |
Provides the default implementation of a theme manager. |
| ThemeManager.php | file | core/ |
|
| ThemeManager::$activeTheme | property | core/ |
Contains the current active theme. |
| ThemeManager::$moduleHandler | property | core/ |
The module handler. |
| ThemeManager::$root | property | core/ |
The app root. |
| ThemeManager::$themeInitialization | property | core/ |
The theme initialization. |
| ThemeManager::$themeNegotiator | property | core/ |
The theme negotiator. |
| ThemeManager::$themeRegistry | property | core/ |
The theme registry used to render an output. |
| ThemeManager::alter | function | core/ |
Passes alterable variables to specific $theme_TYPE_alter() implementations. |
| 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/ |
Returns the active theme object. |
| ThemeManager::hasActiveTheme | function | core/ |
Determines whether there is an active theme. |
| ThemeManager::initTheme | function | core/ |
Initializes the active theme for a given route match. |
| ThemeManager::render | function | core/ |
Generates themed output. |
| ThemeManager::resetActiveTheme | function | core/ |
Resets the current active theme. |
| ThemeManager::setActiveTheme | function | core/ |
Sets the current active theme manually. |
| ThemeManager::setThemeRegistry | function | core/ |
Sets the theme registry. |
| ThemeManager::__construct | function | core/ |
Constructs a new ThemeManager object. |
| ThemeManagerInterface | interface | core/ |
Provides a high level access to the active theme and methods to use it. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.