Search for theme_
- Search 7.x for theme_
- Search 8.9.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::getTheme | function | core/ |
Returns a theme extension object from the currently active theme list. |
| ThemeHandler::getThemeDirectories | function | core/ |
Returns an array of directories for all installed themes. |
| ThemeHandler::hasUi | function | core/ |
Determines if a theme should be shown in the user interface. |
| ThemeHandler::listInfo | function | core/ |
Returns a list of currently installed themes. |
| 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::themeExists | function | core/ |
Determines whether a given theme is installed. |
| 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::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::themeExists | function | core/ |
Determines whether a given theme is installed. |
| 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. |
| ThemeInitialization::$extensions | property | core/ |
The extensions that might be attaching assets. |
| ThemeInitialization::$moduleHandler | property | core/ |
The module handler. |
| ThemeInitialization::$root | property | core/ |
The app root. |
| ThemeInitialization::$themeHandler | property | core/ |
The theme handler. |
| ThemeInitialization::getActiveTheme | function | core/ |
Builds up the active theme object from extensions. |
| ThemeInitialization::getActiveThemeByName | function | core/ |
Builds an active theme object. |
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.