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 |
|---|---|---|---|
| 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. |
| 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. |
| ThirdPartyUninstallTest | class | core/ |
Tests proper removal of third-party settings from views. |
| ThirdPartyUninstallTest.php | file | core/ |
|
| ThirdPartyUninstallTest::$modules | property | core/ |
Modules to install. |
| ThirdPartyUninstallTest::$testViews | property | core/ |
Views used by this test. |
| ThirdPartyUninstallTest::setUp | function | core/ |
|
| ThirdPartyUninstallTest::testThirdPartyUninstall | function | core/ |
Tests removing third-party settings when a provider module is uninstalled. |
| UninstallDefaultContentTest | class | core/ |
Tests that uninstalling default content removes created content. |
| UninstallDefaultContentTest.php | file | core/ |
|
| UninstallDefaultContentTest::$profile | property | core/ |
The profile to install as a basis for testing. |
| UninstallDefaultContentTest::assertArticlesImported | function | core/ |
Assert articles are imported. |
| UninstallDefaultContentTest::assertImportedCustomBlock | function | core/ |
Assert block content are imported. |
| UninstallDefaultContentTest::assertRecipesImported | function | core/ |
Assert recipes are imported. |
| UninstallDefaultContentTest::expectedBlocks | function | core/ |
Returns the expected properties of this profile's content blocks. |
| UninstallDefaultContentTest::testReinstall | function | core/ |
Tests uninstalling content removes created entities. |
| UninstalledExtensionException | class | core/ |
Exception class thrown when a specified extension has not been installed. |
| UninstalledExtensionException.php | file | core/ |
|
| UninstallKernelTest | class | core/ |
Tests the uninstallation of modules. |
| UninstallKernelTest.php | file | core/ |
|
| UninstallKernelTest::$modules | property | core/ |
Modules to install. |
| UninstallKernelTest::setUp | function | core/ |
|
| UninstallKernelTest::testUninstallMedia | function | core/ |
Tests uninstalling media and file modules. |
| UninstallKernelTest::testUninstallPluginCacheClear | function | core/ |
Tests uninstalling a module with a plugin cache clearer service. |
| UninstallTest | class | core/ |
Tests the uninstallation of modules. |
| UninstallTest.php | file | core/ |
|
| UninstallTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UninstallTest::$modules | property | core/ |
Modules to install. |
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.