class ModuleUninstallValidatorException in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php \Drupal\Core\Extension\ModuleUninstallValidatorException
Defines an exception thrown when uninstalling a module that did not validate.
Hierarchy
- class \Drupal\Core\Extension\ModuleUninstallValidatorException extends \Drupal\Core\Extension\InvalidArgumentException
Expanded class hierarchy of ModuleUninstallValidatorException
5 files declare their use of ModuleUninstallValidatorException
- CommentUninstallTest.php in core/
modules/ comment/ tests/ src/ Kernel/ CommentUninstallTest.php - InstallerNonDefaultDatabaseDriverTest.php in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerNonDefaultDatabaseDriverTest.php - InstallProfileDependenciesTest.php in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallProfileDependenciesTest.php - ModuleHandlerTest.php in core/
modules/ system/ tests/ src/ Kernel/ Extension/ ModuleHandlerTest.php - ThemeInstallerTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeInstallerTest.php
File
- core/
lib/ Drupal/ Core/ Extension/ ModuleUninstallValidatorException.php, line 8
Namespace
Drupal\Core\ExtensionView source
class ModuleUninstallValidatorException extends \InvalidArgumentException {
}