public ModuleInstallerInterface::validateUninstall(array $module_list)
Determines whether a list of modules can be uninstalled.
Parameters
string[] $module_list: An array of module names.
Return value
string[] An array of reasons the module can not be uninstalled, empty if it can.
File
- core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php, line 82
Class
- ModuleInstallerInterface
- Provides the installation of modules with creating the db schema and more.
Namespace
Drupal\Core\Extension
Code
public function validateUninstall(array $module_list);
Please login to continue.