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 |
|---|---|---|---|
| ThemeExtensionList::getInstalledExtensionNames | function | core/ |
Returns a list of machine names of installed extensions. |
| ThemeExtensionList::reset | function | core/ |
Resets the stored extension list. |
| ThemeExtensionList::subClassExtension | function | core/ |
Allows subclasses to convert the extension into a specific subclass. |
| ThemeExtensionList::__construct | function | core/ |
Constructs a new instance. |
| ThemeExtensionListTest | class | core/ |
Tests Drupal\Core\Extension\ThemeExtensionList. |
| ThemeExtensionListTest | class | core/ |
Tests Drupal\Core\Extension\ThemeExtensionList. |
| ThemeExtensionListTest.php | file | core/ |
|
| ThemeExtensionListTest.php | file | core/ |
|
| ThemeExtensionListTest::providerTestDoGetBaseThemes | function | core/ |
Provides test data for testDoGetBaseThemes. |
| ThemeExtensionListTest::testDoGetBaseThemes | function | core/ |
Tests getting the base themes for a set of defined themes. |
| ThemeExtensionListTest::testGetList | function | core/ |
Tests get list. |
| ThemeExtensionListTest::testRebuildThemeDataWithThemeParents | function | core/ |
Tests rebuild the theme data with theme parents. |
| ThemeExtensionListTest::testThemeWithoutVersion | function | core/ |
Tests that themes have an empty default version set. |
| ThemeHandler | class | core/ |
Default theme handler using the config system to store installation statuses. |
| ThemeHandler.php | file | core/ |
|
| ThemeHandler::$configFactory | property | core/ |
The config factory to get the installed themes. |
| ThemeHandler::$list | property | core/ |
A list of all currently available themes. |
| ThemeHandler::$root | property | core/ |
The app root. |
| ThemeHandler::$themeList | property | core/ |
An extension discovery instance. |
| ThemeHandler::addTheme | function | core/ |
Adds a theme extension to the internal listing. |
| ThemeHandler::getDefault | function | core/ |
Returns the default theme. |
| ThemeHandler::getName | function | core/ |
Gets the human readable name of a given theme. |
| 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::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::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::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/ |
Tests Drupal\Core\Extension\ThemeHandler. |
| ThemeHandlerTest.php | file | core/ |
|
| 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::testMissingTheme | function | core/ |
Test that a missing theme doesn't break ThemeHandler::listInfo(). |
| ThemeHandlerTest::testThemeLibrariesEmpty | function | core/ |
Tests empty libraries in theme.info.yml file. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.