8 methods override BaseRequirementValidatorTrait::validate()

BaseRequirementsFulfilledValidatorTest::validate in core/modules/package_manager/tests/src/Kernel/BaseRequirementsFulfilledValidatorTest.php
Validates base requirements.
ComposerValidator::validate in core/modules/package_manager/src/Validator/ComposerValidator.php
Validates that the Composer executable is the correct version.
DiskSpaceValidator::validate in core/modules/package_manager/src/Validator/DiskSpaceValidator.php
Validates that there is enough free disk space to do stage operations.
EnvironmentSupportValidator::validate in core/modules/package_manager/src/Validator/EnvironmentSupportValidator.php
Checks that this environment supports Package Manager.
MultisiteValidator::validate in core/modules/package_manager/src/Validator/MultisiteValidator.php
Validates that the current site is not part of a multisite.
StageNotInActiveValidator::validate in core/modules/package_manager/src/Validator/StageNotInActiveValidator.php
Check if staging root is a subdirectory of active.
SymlinkValidator::validate in core/modules/package_manager/src/Validator/SymlinkValidator.php
Flags errors if the project root or stage directory contain symbolic links.
WritableFileSystemValidator::validate in core/modules/package_manager/src/Validator/WritableFileSystemValidator.php
Checks that the file system is writable.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.