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
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
RequiredModuleUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\Core\Extension\RequiredModuleUninstallValidator. |
RequiredModuleUninstallValidator | class | core/ |
Ensures that required modules cannot be uninstalled. |
RequiredModuleUninstallValidator.php | file | core/ |
|
RequiredModuleUninstallValidator.php | file | core/ |
|
RequiredModuleUninstallValidator::$container | property | core/ |
The service container. |
RequiredModuleUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
RequiredModuleUninstallValidator::$moduleExtensionList | property | core/ |
The module extension list. |
RequiredModuleUninstallValidator::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
RequiredModuleUninstallValidator::getModuleInfoByModule | function | core/ |
Returns the module info for a specific module. |
RequiredModuleUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
RequiredModuleUninstallValidator::setStringTranslation | function | core/ |
|
RequiredModuleUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
RequiredModuleUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
RequiredModuleUninstallValidator::__construct | function | core/ |
Constructs a new RequiredModuleUninstallValidator. |
RequiredModuleUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
RequiredModuleUninstallValidatorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\RequiredModuleUninstallValidator @group Extension |
RequiredModuleUninstallValidatorTest.php | file | core/ |
|
RequiredModuleUninstallValidatorTest::$uninstallValidator | property | core/ |
|
RequiredModuleUninstallValidatorTest::setUp | function | core/ |
|
RequiredModuleUninstallValidatorTest::testValidateNoModule | function | core/ |
@covers ::validate |
RequiredModuleUninstallValidatorTest::testValidateNotRequired | function | core/ |
@covers ::validate |
RequiredModuleUninstallValidatorTest::testValidateRequired | function | core/ |
@covers ::validate |
RouterTest::testRouterUninstallInstall | function | core/ |
Tests that routes no longer exist for a module that has been uninstalled. |
ShortcutClaroIntegrationTest::testInstallUninstall | function | core/ |
Tests shortcut_install() and shortcut_uninstall(). |
shortcut_uninstall | function | core/ |
Implements hook_uninstall(). |
StageBaseTest::testUninstallModuleDuringApply | function | core/ |
Test uninstalling any module while the staged changes are being applied. |
statistics_uninstall | function | core/ |
Implements hook_uninstall(). |
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,… |
system_modules_uninstalled | function | core/ |
Implements hook_modules_uninstalled(). |
system_post_update_sdc_uninstall | function | core/ |
Uninstall the sdc module if installed. |
system_test_modules_uninstalled | function | core/ |
Implements hook_modules_uninstalled(). |
system_test_module_preuninstall | function | core/ |
Implements hook_module_preuninstall(). |
template_preprocess_system_modules_uninstall | function | core/ |
Prepares variables for module uninstall templates. |
ThemeController::uninstall | function | core/ |
Uninstalls a theme. |
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. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.