Search for uninstall
- Search 7.x for uninstall
- Search 8.9.x for uninstall
- Search 10.3.x for uninstall
- Search 11.x for uninstall
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
StableUninstallUpdateTest | class | core/ |
Ensures that update hook uninstalls Stable when it's no longer needed. |
StableUninstallUpdateTest.php | file | core/ |
|
StableUninstallUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
StableUninstallUpdateTest::testUpdate | function | core/ |
Ensures that Stable is disabled if it's no longer needed. |
StableUninstallUpdateTest::testUpdateStableNeeded | function | core/ |
Ensures that updates run without errors when Stable is still needed. |
StableUninstallUpdateTest::testUpdateStableNotInstalled | function | core/ |
Ensures that updates run without errors when Stable is not installed. |
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/ |
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_post_update_uninstall_classy | function | core/ |
Uninstall Classy if it is no longer needed. |
system_post_update_uninstall_entity_reference_module | function | core/ |
Uninstall entity_reference. |
system_post_update_uninstall_simpletest | function | core/ |
Uninstall SimpleTest. |
system_post_update_uninstall_stable | function | core/ |
Uninstall Stable if it is no longer needed. |
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. |
tracker_uninstall | function | core/ |
Implements hook_uninstall(). |
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 custom 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 enable. |
UninstallKernelTest::setUp | function | core/ |
|
UninstallKernelTest::testUninstallMedia | function | core/ |
Tests uninstalling media and file modules. |
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.