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 |
|---|---|---|---|
| Theme::getInstallDirectory | function | core/ |
Returns the directory where a theme should be installed. |
| Theme::getRootDirectoryRelativePath | function | core/ |
Returns the name of the root directory under which projects will be copied. |
| Theme::isInstalled | function | core/ |
Checks if the project is installed. |
| Theme::postInstall | function | core/ |
Performs actions after installation. |
| Theme::postInstallTasks | function | core/ |
Returns an array of links to pages that should be visited post operation. |
| ThemeAccessCheck | class | core/ |
Provides access checking for themes for routing and theme negotiation. |
| ThemeAccessCheck.php | file | core/ |
|
| ThemeAccessCheck::$themeHandler | property | core/ |
The theme handler. |
| ThemeAccessCheck::access | function | core/ |
Checks access to the theme for routing. |
| ThemeAccessCheck::checkAccess | function | core/ |
Indicates whether the theme is accessible based on whether it is installed. |
| ThemeAccessCheck::__construct | function | core/ |
Constructs a \Drupal\Core\Theme\Registry object. |
| ThemeAdminForm | class | core/ |
Form to select the administration theme. |
| ThemeAdminForm.php | file | core/ |
|
| ThemeAdminForm::buildForm | function | core/ |
Form constructor. |
| ThemeAdminForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| ThemeAdminForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ThemeAdminForm::submitForm | function | core/ |
Form submission handler. |
| ThemeCacheContext | class | core/ |
Defines the ThemeCacheContext service, for "per theme" caching. |
| ThemeCacheContext.php | file | core/ |
|
| ThemeCacheContext::$themeManager | property | core/ |
The theme manager. |
| ThemeCacheContext::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context. |
| ThemeCacheContext::getContext | function | core/ |
Returns the string representation of the cache context. |
| ThemeCacheContext::getLabel | function | core/ |
Returns the label of the cache context. |
| ThemeCacheContext::__construct | function | core/ |
Constructs a new ThemeCacheContext service. |
| ThemeClass | class | core/ |
Represents a random class, used to test if themes can provide classes. |
| ThemeClass.php | file | core/ |
|
| ThemeController | class | core/ |
Controller for theme handling. |
| ThemeController.php | file | core/ |
|
| ThemeController::$themeHandler | property | core/ |
The theme handler service. |
| ThemeController::$themeInstaller | property | core/ |
The theme installer service. |
| ThemeController::$themeList | property | core/ |
An extension discovery instance. |
| ThemeController::create | function | core/ |
Instantiates a new instance of this class. |
| ThemeController::install | function | core/ |
Installs a theme. |
| ThemeController::setDefaultTheme | function | core/ |
Set the default theme. |
| ThemeController::uninstall | function | core/ |
Uninstalls a theme. |
| ThemeController::willInstallExperimentalTheme | function | core/ |
Checks if the given theme requires the installation of experimental themes. |
| ThemeController::__construct | function | core/ |
Constructs a new ThemeController. |
| ThemeEarlyInitializationTest | class | core/ |
Tests that the theme system can be correctly initialized early in the page request. |
| ThemeEarlyInitializationTest.php | file | core/ |
|
| ThemeEarlyInitializationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ThemeEarlyInitializationTest::$modules | property | core/ |
Modules to enable. |
| ThemeEarlyInitializationTest::testRequestListener | function | core/ |
Test that the theme system can generate output in a request listener. |
| ThemeEngineExtensionList | class | core/ |
Provides a list of available theme engines. |
| ThemeEngineExtensionList.php | file | core/ |
|
| ThemeEngineExtensionList::$defaults | property | core/ |
Default values to be merged into *.info.yml file arrays. |
| ThemeEngineExtensionList::getInstalledExtensionNames | function | core/ |
Returns a list of machine names of installed extensions. |
| ThemeEngineExtensionListTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\ThemeEngineExtensionList[[api-linebreak]] @group Extension |
| ThemeEngineExtensionListTest.php | file | core/ |
|
| ThemeEngineExtensionListTest::testGetlist | function | core/ |
@covers ::getList[[api-linebreak]] |
| ThemeExperimentalConfirmForm | class | core/ |
Builds a confirmation form for enabling experimental themes. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.