Search for theme_
- Search 7.x for theme_
- Search 9.5.x for theme_
- Search 10.3.x for theme_
- Search 11.x for theme_
- Search main for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::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. |
| ThemeLegacyTest | class | core/ |
Tests legacy theme functions. |
| ThemeLegacyTest.php | file | core/ |
|
| ThemeLegacyTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ThemeLegacyTest::$modules | property | core/ |
Modules to enable. |
| ThemeLegacyTest::setUp | function | core/ |
|
| ThemeLegacyTest::testFunctionOverride | function | core/ |
Ensures a theme template can override a theme function. |
| ThemeLegacyTest::testSuggestionsAlterInclude | function | core/ |
Tests that theme suggestion alter hooks work with theme hook includes. |
| ThemeLegacyTest::testThemeFunctionSuggestionsAlter | function | core/ |
Tests that theme suggestion alter hooks work for theme functions. |
| 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. |
| ThemeLocalTask::__construct | function | core/ |
Constructs a new ThemeLocalTask instance. |
| 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::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. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.