ModuleUninstallValidatorInterface
interface ModuleUninstallValidatorInterface (View source)
Common interface for module uninstall validators.
A module uninstall validator must implement this interface and be defined in a Drupal @link container service @endlink that is tagged module_install.uninstall_validator.
Methods
string[]
validate(string $module)
Determines the reasons a module can not be uninstalled.
Details
string[]
validate(string $module)
Determines the reasons a module can not be uninstalled.