Search for uninstall

  1. Search 7.x for uninstall
  2. Search 9.5.x for uninstall
  3. Search 8.9.x for uninstall
  4. Search 10.3.x for uninstall
  5. Search main for uninstall
  6. Other projects
Title Object type File name Summary
ShortcutClaroIntegrationTest::testInstallUninstall function core/modules/shortcut/tests/src/Kernel/ShortcutClaroIntegrationTest.php Tests shortcut_install() and shortcut_uninstall().
shortcut_uninstall function core/modules/shortcut/shortcut.install Implements hook_uninstall().
StageConflictTest::testUninstallModuleDuringApply function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Test uninstalling any module while the staged changes are being applied.
system-modules-uninstall.html.twig file core/themes/stable9/templates/admin/system-modules-uninstall.html.twig Theme override for the modules uninstall page.
system-modules-uninstall.html.twig file core/modules/system/templates/system-modules-uninstall.html.twig Default theme implementation for the modules uninstall page.
system.module_uninstall.html.twig file core/modules/system/help_topics/system.module_uninstall.html.twig ---
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/modules/system/help_topics/system.theme_uninstall.html.twig ---
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/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for module uninstall templates.
SystemHooks::modulesUninstalled function core/modules/system/src/Hook/SystemHooks.php Implements hook_modules_uninstalled().
SystemTestHooks::modulePreuninstall function core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php Implements hook_module_preuninstall().
SystemTestHooks::modulesUninstalled function core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php Implements hook_modules_uninstalled().
system_post_update_sdc_uninstall function core/modules/system/system.post_update.php Uninstall the sdc module if installed.
template_preprocess_system_modules_uninstall function core/modules/system/system.module Prepares variables for module uninstall templates.
ThemeInstaller::uninstall function core/lib/Drupal/Core/Extension/ThemeInstaller.php Uninstalls a given list of themes.
ThemeInstallerInterface::uninstall function core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php Uninstalls a given list of themes.
ThemeInstallerTest::testUninstall function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a theme.
ThemeInstallerTest::testUninstallAdmin function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling the admin theme.
ThemeInstallerTest::testUninstallBaseBeforeSubTheme function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a base theme before its sub-theme.
ThemeInstallerTest::testUninstallDefault function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling the default theme.
ThemeInstallerTest::testUninstallNonExisting function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a non-existing theme.
ThemeInstallerTest::testUninstallNotInstalled function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a theme that is not installed.
ThemeInstallerTest::testUninstallSubTheme function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests uninstalling a sub-theme.
ThemeTest::testUninstallingThemes function core/modules/system/tests/src/Functional/System/ThemeTest.php Tests uninstalling of themes works.
ThemeUiTest::assertUninstallableTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Checks related to uninstallable themes due to module dependencies.
ThemeUiTest::uninstallModules function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Uninstalls modules via the admin UI.
ThemeUiTest::uninstallTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Uninstalls a theme via the admin UI.
ThemeUninstallConfirmForm class core/modules/system/src/Form/ThemeUninstallConfirmForm.php Builds a confirmation form to uninstall a theme.
ThemeUninstallConfirmForm.php file core/modules/system/src/Form/ThemeUninstallConfirmForm.php
ThemeUninstallConfirmForm::$themeLabel property core/modules/system/src/Form/ThemeUninstallConfirmForm.php The theme label.
ThemeUninstallConfirmForm::buildForm function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Form constructor.
ThemeUninstallConfirmForm::getCancelUrl function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns the route to go to if the user cancels the action.
ThemeUninstallConfirmForm::getConfirmText function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns a caption for the button that confirms the action.
ThemeUninstallConfirmForm::getDescription function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns additional text to display as a description.
ThemeUninstallConfirmForm::getFormId function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns a unique string identifying the form.
ThemeUninstallConfirmForm::getQuestion function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns the question to ask the user.
ThemeUninstallConfirmForm::submitForm function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Form submission handler.
ThemeUninstallConfirmForm::__construct function core/modules/system/src/Form/ThemeUninstallConfirmForm.php
ThemeUninstallConfirmTest class core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests the theme uninstall confirmation form.
ThemeUninstallConfirmTest.php file core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php
ThemeUninstallConfirmTest::$adminUser property core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php An admin user with permission to administer themes.
ThemeUninstallConfirmTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php The theme to install as the default for testing.
ThemeUninstallConfirmTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Modules to install.
ThemeUninstallConfirmTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php
ThemeUninstallConfirmTest::testCannotUninstallAdminTheme function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests that the admin theme cannot be uninstalled.
ThemeUninstallConfirmTest::testCannotUninstallBaseThemeWithDependentSubThemes function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests that a base theme with dependent sub-themes cannot be uninstalled.
ThemeUninstallConfirmTest::testCannotUninstallDefaultTheme function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests that the default theme cannot be uninstalled.
ThemeUninstallConfirmTest::testConfigDependenciesDisplayed function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests that configuration dependencies are displayed.
ThemeUninstallConfirmTest::testInvalidThemeName function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests handling of invalid theme name.
ThemeUninstallConfirmTest::testMissingThemeParameter function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests handling of missing theme parameter.
ThemeUninstallConfirmTest::testThemeUninstallConfirmForm function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests the theme uninstall confirmation form basic workflow.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.