Search for uninstall
- Search 7.x for uninstall
- Search 9.5.x for uninstall
- Search 8.9.x for uninstall
- Search 10.3.x for uninstall
- Search main for uninstall
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ShortcutClaroIntegrationTest::testInstallUninstall | function | core/ |
Tests shortcut_install() and shortcut_uninstall(). |
| shortcut_uninstall | function | core/ |
Implements hook_uninstall(). |
| StageConflictTest::testUninstallModuleDuringApply | function | core/ |
Test uninstalling any module while the staged changes are being applied. |
| system-modules-uninstall.html.twig | file | core/ |
Theme override for the modules uninstall page. |
| system-modules-uninstall.html.twig | file | core/ |
Default theme implementation for the modules uninstall page. |
| system.module_uninstall.html.twig | file | core/ |
--- label: 'Uninstalling a module' related: - core.extending - system.module_install - system.maintenance_mode --- {% set uninstall_link_text %}{% trans %}Uninstall{% endtrans %}{% endset %} {% set uninstall_link =… |
| system.theme_uninstall.html.twig | file | core/ |
--- label: 'Uninstalling an unused theme' related: - core.appearance - system.theme_install --- {% set themes_link_text %}{% trans %}Appearance{% endtrans %}{% endset %} {% set themes_link = render_var(help_route_link(themes_link_text,… |
| SystemAdminThemePreprocess::preprocessSystemModulesUninstall | function | core/ |
Prepares variables for module uninstall templates. |
| SystemHooks::modulesUninstalled | function | core/ |
Implements hook_modules_uninstalled(). |
| SystemTestHooks::modulePreuninstall | function | core/ |
Implements hook_module_preuninstall(). |
| SystemTestHooks::modulesUninstalled | function | core/ |
Implements hook_modules_uninstalled(). |
| system_post_update_sdc_uninstall | function | core/ |
Uninstall the sdc module if installed. |
| template_preprocess_system_modules_uninstall | function | core/ |
Prepares variables for module uninstall templates. |
| ThemeInstaller::uninstall | function | core/ |
Uninstalls a given list of themes. |
| ThemeInstallerInterface::uninstall | function | core/ |
Uninstalls a given list of themes. |
| 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. |
| ThemeTest::testUninstallingThemes | function | core/ |
Tests uninstalling of themes works. |
| ThemeUiTest::assertUninstallableTheme | function | core/ |
Checks related to uninstallable themes due to 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. |
| ThemeUninstallConfirmForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ThemeUninstallConfirmForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| ThemeUninstallConfirmForm::submitForm | function | core/ |
Form submission handler. |
| ThemeUninstallConfirmForm::__construct | function | core/ |
|
| ThemeUninstallConfirmTest | class | core/ |
Tests the theme uninstall confirmation form. |
| ThemeUninstallConfirmTest.php | file | core/ |
|
| ThemeUninstallConfirmTest::$adminUser | property | core/ |
An admin user with permission to administer themes. |
| ThemeUninstallConfirmTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ThemeUninstallConfirmTest::$modules | property | core/ |
Modules to install. |
| ThemeUninstallConfirmTest::setUp | function | core/ |
|
| ThemeUninstallConfirmTest::testCannotUninstallAdminTheme | function | core/ |
Tests that the admin theme cannot be uninstalled. |
| ThemeUninstallConfirmTest::testCannotUninstallBaseThemeWithDependentSubThemes | function | core/ |
Tests that a base theme with dependent sub-themes cannot be uninstalled. |
| ThemeUninstallConfirmTest::testCannotUninstallDefaultTheme | function | core/ |
Tests that the default theme cannot be uninstalled. |
| ThemeUninstallConfirmTest::testConfigDependenciesDisplayed | function | core/ |
Tests that configuration dependencies are displayed. |
| ThemeUninstallConfirmTest::testInvalidThemeName | function | core/ |
Tests handling of invalid theme name. |
| ThemeUninstallConfirmTest::testMissingThemeParameter | function | core/ |
Tests handling of missing theme parameter. |
| ThemeUninstallConfirmTest::testThemeUninstallConfirmForm | function | core/ |
Tests the theme uninstall confirmation form basic workflow. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.