Search for uninstall
- Search 7.x for uninstall
- Search 9.5.x for uninstall
- Search 10.3.x for uninstall
- Search 11.x for uninstall
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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 |
required_module_uninstall_validator | service | core/ |
Drupal\Core\Extension\RequiredModuleUninstallValidator |
RouterTest::testRouterUninstallInstall | function | core/ |
Tests that routes no longer exist for a module that has been uninstalled. |
SCHEMA_UNINSTALLED | constant | core/ |
Indicates that a module has not been installed yet. |
ShortcutSevenIntegrationTest::testInstallUninstall | function | core/ |
Tests shortcut_install() and shortcut_uninstall(). |
shortcut_uninstall | function | core/ |
Implements hook_uninstall(). |
SimpletestTest::testUninstallModule | function | core/ |
Test that we can uninstall the module without mishap. |
simpletest_uninstall | function | core/ |
Implements hook_uninstall(). |
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_url = render_var(url('system.modules_uninstall')) %} {% set maintenance_topic =… |
system.theme_uninstall.html.twig | file | core/ |
--- label: 'Uninstalling an unused theme' related: - core.appearance - system.theme_install --- {% set themes_url = render_var(url('system.themes_page')) %} <h2>{% trans %}Goal{% endtrans %}</h2> <p>{% trans… |
system_modules_uninstalled | function | core/ |
Implements hook_modules_uninstalled(). |
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. |
ThemeHandler::uninstall | function | core/ |
Uninstalls a given list of themes. |
ThemeHandlerInterface::uninstall | function | core/ |
Uninstalls a given list of themes. |
ThemeHandlerLegacyTest::testInstallUninstall | function | core/ |
@covers ::install @covers ::uninstall @expectedDeprecation \Drupal\Core\Extension\ThemeHandlerInterface::install() is deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Extension\ThemeInstallerInterface::install() instead.… |
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/ |
Test uninstalling of themes works. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.