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 |
|---|---|---|---|
| ThemeHandler::rebuildThemeData | function | core/ |
Scans and collects theme extension data and their engines. |
| ThemeHandler::refreshInfo | function | core/ |
Refreshes the theme info data of currently installed themes. |
| ThemeHandler::reset | function | core/ |
Resets the internal state of the theme handler. |
| ThemeHandler::setDefault | function | core/ |
Sets a new default theme. |
| ThemeHandler::themeExists | function | core/ |
Determines whether a given theme is installed. |
| ThemeHandler::uninstall | function | core/ |
Uninstalls a given list of themes. |
| ThemeHandler::__construct | function | core/ |
Constructs a new ThemeHandler. |
| ThemeHandlerInterface | interface | core/ |
Manages the list of available themes. |
| ThemeHandlerInterface.php | file | core/ |
|
| ThemeHandlerInterface::addTheme | function | core/ |
Adds a theme extension to the internal listing. |
| ThemeHandlerInterface::getBaseThemes | function | core/ |
Finds all the base themes for the specified theme. |
| ThemeHandlerInterface::getDefault | function | core/ |
Returns the default theme. |
| ThemeHandlerInterface::getName | function | core/ |
Gets the human readable name of a given theme. |
| ThemeHandlerInterface::getTheme | function | core/ |
Returns a theme extension object from the currently active theme list. |
| ThemeHandlerInterface::getThemeDirectories | function | core/ |
Returns an array of directories for all installed themes. |
| ThemeHandlerInterface::hasUi | function | core/ |
Determines if a theme should be shown in the user interface. |
| ThemeHandlerInterface::install | function | core/ |
Installs a given list of themes. |
| ThemeHandlerInterface::listInfo | function | core/ |
Returns a list of currently installed themes. |
| ThemeHandlerInterface::rebuildThemeData | function | core/ |
Scans and collects theme extension data and their engines. |
| ThemeHandlerInterface::refreshInfo | function | core/ |
Refreshes the theme info data of currently installed themes. |
| ThemeHandlerInterface::reset | function | core/ |
Resets the internal state of the theme handler. |
| ThemeHandlerInterface::setDefault | function | core/ |
Sets a new default theme. |
| ThemeHandlerInterface::themeExists | function | core/ |
Determines whether a given theme is installed. |
| ThemeHandlerInterface::uninstall | function | core/ |
Uninstalls a given list of themes. |
| ThemeHandlerLegacyTest | class | core/ |
Tests deprecated methods of ThemeHandler. |
| ThemeHandlerLegacyTest.php | file | core/ |
|
| ThemeHandlerLegacyTest::$themeHandler | property | core/ |
The theme handler. |
| ThemeHandlerLegacyTest::setUp | function | core/ |
|
| ThemeHandlerLegacyTest::testInstallUninstall | function | core/ |
@covers ::install[[api-linebreak]] @covers ::uninstall[[api-linebreak]] @expectedDeprecation \Drupal\Core\Extension\ThemeHandlerInterface::install() is deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use… |
| ThemeHandlerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\ThemeHandler[[api-linebreak]] @group Extension |
| ThemeHandlerTest.php | file | core/ |
Contains \Drupal\Tests\Core\Extension\ThemeHandlerTest. |
| ThemeHandlerTest::$configFactory | property | core/ |
The mocked config factory. |
| ThemeHandlerTest::$themeHandler | property | core/ |
The tested theme handler. |
| ThemeHandlerTest::$themeList | property | core/ |
The theme listing service. |
| ThemeHandlerTest::setUp | function | core/ |
|
| ThemeHandlerTest::testRebuildThemeData | function | core/ |
Tests rebuilding the theme data. |
| ThemeHandlerTest::testThemeLibrariesEmpty | function | core/ |
Tests empty libraries in theme.info.yml file. |
| ThemeInfoTest | class | core/ |
Tests processing of theme .info.yml properties. |
| ThemeInfoTest.php | file | core/ |
|
| ThemeInfoTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ThemeInfoTest::$modules | property | core/ |
Modules to enable. |
| ThemeInfoTest::$state | property | core/ |
The state service used in this test. |
| ThemeInfoTest::$themeInstaller | property | core/ |
The theme installer used in this test for enabling themes. |
| ThemeInfoTest::$themeManager | property | core/ |
The theme manager used in this test. |
| ThemeInfoTest::setUp | function | core/ |
|
| ThemeInfoTest::testChanges | function | core/ |
Tests that changes to the info file are picked up. |
| ThemeInfoTest::testStylesheets | function | core/ |
Tests stylesheets-remove. |
| ThemeInitialization | class | core/ |
Provides the theme initialization logic. |
| ThemeInitialization.php | file | core/ |
|
| ThemeInitialization::$cache | property | core/ |
The cache backend to use for the active theme. |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.