ComposerExecutableValidator |
src/Validator/ComposerExecutableValidator.php |
Validates that the Composer executable can be found in the correct version. |
CoreComposerValidator |
src/Validator/CoreComposerValidator.php |
Validates the Drupal core requirements defined in composer.json. |
DiskSpaceValidator |
src/Validator/DiskSpaceValidator.php |
Validates that there is enough free disk space to do automatic updates. |
PendingUpdatesValidator |
src/Validator/PendingUpdatesValidator.php |
Validates that there are no pending database updates. |
StagedProjectsValidator |
src/Validator/StagedProjectsValidator.php |
Validates the staged Drupal projects. |
UpdateVersionValidator |
src/Validator/UpdateVersionValidator.php |
Validates that core updates are within a supported version range. |
WritableFileSystemValidator |
src/Validator/WritableFileSystemValidator.php |
Checks that the file system is writable. |