public function UpdateException::getValidationResults in Automatic Updates 8.2
Gets the validation results for the exception.
Return value
\Drupal\automatic_updates\Validation\ValidationResult[] The validation results.
File
- src/
Exception/ UpdateException.php, line 36
Class
- UpdateException
- Defines a custom exception for a failure during an update.
Namespace
Drupal\automatic_updates\ExceptionCode
public function getValidationResults() : array {
return $this->validationResults;
}