function ModuleUninstallValidatorInterface::validate
Same name in other branches
- 9 core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php \Drupal\Core\Extension\ModuleUninstallValidatorInterface::validate()
- 8.9.x core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php \Drupal\Core\Extension\ModuleUninstallValidatorInterface::validate()
- 10 core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php \Drupal\Core\Extension\ModuleUninstallValidatorInterface::validate()
Determines the reasons a module can not be uninstalled.
Parameters
string $module: A module name.
Return value
string[] An array of reasons the module can not be uninstalled, empty if it can. Each reason should not end with any punctuation since multiple reasons can be displayed together.
See also
template_preprocess_system_modules_uninstall()
18 methods override ModuleUninstallValidatorInterface::validate()
- BookUninstallValidator::validate in core/
modules/ book/ src/ BookUninstallValidator.php - Determines the reasons a module can not be uninstalled.
- BookUninstallValidator::validate in core/
modules/ book/ src/ ProxyClass/ BookUninstallValidator.php - Determines the reasons a module can not be uninstalled.
- ContentUninstallValidator::validate in core/
lib/ Drupal/ Core/ Entity/ ContentUninstallValidator.php - Determines the reasons a module can not be uninstalled.
- ContentUninstallValidator::validate in core/
lib/ Drupal/ Core/ ProxyClass/ Entity/ ContentUninstallValidator.php - Determines the reasons a module can not be uninstalled.
- DatabaseDriverUninstallValidator::validate in core/
lib/ Drupal/ Core/ ProxyClass/ Extension/ DatabaseDriverUninstallValidator.php - Determines the reasons a module can not be uninstalled.
File
-
core/
lib/ Drupal/ Core/ Extension/ ModuleUninstallValidatorInterface.php, line 36
Class
- ModuleUninstallValidatorInterface
- Common interface for module uninstall validators.
Namespace
Drupal\Core\ExtensionCode
public function validate($module);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.