Search for install
- Search 7.x for install
- Search 9.5.x for install
- Search 8.9.x for install
- Search 10.3.x for install
- Search main for install
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ThemeInstallerInterface.php | file | core/ |
|
| ThemeInstallerInterface::install | function | core/ |
Installs a given list of themes. |
| ThemeInstallerInterface::uninstall | function | core/ |
Uninstalls a given list of themes. |
| ThemeInstallerTest | class | core/ |
Tests installing and uninstalling of themes. |
| ThemeInstallerTest.php | file | core/ |
|
| ThemeInstallerTest::$modules | property | core/ |
Modules to install. |
| ThemeInstallerTest::extensionConfig | function | core/ |
Returns the system.theme config object. |
| ThemeInstallerTest::extensionListTheme | function | core/ |
Returns the ThemeExtensionList. |
| ThemeInstallerTest::moduleHandler | function | core/ |
Returns the ModuleHandler. |
| ThemeInstallerTest::moduleInstaller | function | core/ |
Returns the ModuleInstaller. |
| ThemeInstallerTest::providerTestInstallThemeWithUnmetModuleDependencies | function | core/ |
Data provider for testInstallThemeWithUnmetModuleDependencies(). |
| ThemeInstallerTest::register | function | core/ |
Registers test-specific services. |
| ThemeInstallerTest::setUp | function | core/ |
|
| ThemeInstallerTest::testEmpty | function | core/ |
Verifies that no themes are installed by default. |
| ThemeInstallerTest::testInstall | function | core/ |
Tests installing a theme. |
| ThemeInstallerTest::testInstallDeprecated | function | core/ |
Tests trying to install a deprecated theme. |
| ThemeInstallerTest::testInstallNameTooLong | function | core/ |
Tests installing a theme with a too long name. |
| ThemeInstallerTest::testInstallNonExisting | function | core/ |
Tests installing a non-existing theme. |
| ThemeInstallerTest::testInstallSubTheme | function | core/ |
Tests installing a sub-theme. |
| ThemeInstallerTest::testInstallThemeSameNameAsModule | function | core/ |
Tests installing a theme with the same name as an enabled module. |
| ThemeInstallerTest::testInstallThemeWithMetModuleDependencies | function | core/ |
Tests installing a theme with module dependencies that are met. |
| ThemeInstallerTest::testInstallThemeWithUnmetModuleDependencies | function | core/ |
Tests installing a theme with unmet module dependencies. |
| ThemeInstallerTest::testThemeInfoAlter | function | core/ |
Tests that theme info can be altered by a module. |
| ThemeInstallerTest::testUninstall | function | core/ |
Tests uninstalling a theme. |
| ThemeInstallerTest::testUninstallAdmin | function | core/ |
Tests uninstalling the admin theme. |
| ThemeInstallerTest::testUninstallBaseBeforeSubTheme | function | core/ |
Tests uninstalling a base theme before its sub-theme. |
| ThemeInstallerTest::testUninstallDefault | function | core/ |
Tests uninstalling the default theme. |
| ThemeInstallerTest::testUninstallNonExisting | function | core/ |
Tests uninstalling a non-existing theme. |
| ThemeInstallerTest::testUninstallNotInstalled | function | core/ |
Tests uninstalling a theme that is not installed. |
| ThemeInstallerTest::testUninstallSubTheme | function | core/ |
Tests uninstalling a sub-theme. |
| ThemeInstallerTest::themeHandler | function | core/ |
Returns the theme handler service. |
| ThemeInstallerTest::themeInstaller | function | core/ |
Returns the theme installer service. |
| ThemePreprocess::preprocessInstallPage | function | core/ |
Prepares variables for install page templates. |
| ThemeTest::testInstallAndSetAsDefault | function | core/ |
Tests installing a theme and setting it as default. |
| ThemeTest::testUninstallingThemes | function | core/ |
Tests uninstalling of themes works. |
| ThemeUiTest::assertUninstallableTheme | function | core/ |
Checks related to uninstallable themes due to module dependencies. |
| ThemeUiTest::providerTestThemeInstallWithModuleDependencies | function | core/ |
Data provider for testThemeInstallWithModuleDependencies(). |
| ThemeUiTest::testInstalledIncompatibleTheme | function | core/ |
Tests that incompatible themes message is shown. |
| ThemeUiTest::testInstallModuleWithIncompatibleDependencies | function | core/ |
Tests installing a theme with incompatible module dependencies. |
| ThemeUiTest::testInstallModuleWithMissingDependencies | function | core/ |
Tests installing a theme with missing module dependencies. |
| ThemeUiTest::testThemeInstallWithModuleDependencies | function | core/ |
Tests installing a theme with module dependencies. |
| ThemeUiTest::uninstallModules | function | core/ |
Uninstalls modules via the admin UI. |
| ThemeUiTest::uninstallTheme | function | core/ |
Uninstalls a theme via the admin UI. |
| ThemeUninstallConfirmForm | class | core/ |
Builds a confirmation form to uninstall a theme. |
| ThemeUninstallConfirmForm.php | file | core/ |
|
| ThemeUninstallConfirmForm::$themeLabel | property | core/ |
The theme label. |
| ThemeUninstallConfirmForm::buildForm | function | core/ |
Form constructor. |
| ThemeUninstallConfirmForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| ThemeUninstallConfirmForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| ThemeUninstallConfirmForm::getDescription | function | core/ |
Returns additional text to display as a description. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.