Search for theme_
- Search 7.x for theme_
- Search 9.5.x for theme_
- Search 8.9.x for theme_
- Search 11.x for theme_
- Search main for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Theme.php | file | core/ |
|
| theme.registry | service | core/ |
Drupal\Core\Theme\Registry |
| Theme::canUpdate | function | core/ |
Determines whether this class can update the specified project. |
| Theme::canUpdateDirectory | function | core/ |
Determines if the Updater can handle the project provided in $directory. |
| 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::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 theme system initialization 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 install. |
| ThemeEarlyInitializationTest::testRequestListener | function | core/ |
Tests 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 |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.