public function ValidationResult::getSummary in Automatic Updates 8.2
Gets the summary.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup|null The summary.
File
- src/
Validation/ ValidationResult.php, line 88
Class
- ValidationResult
- A value object to contain the results of a validation.
Namespace
Drupal\automatic_updates\ValidationCode
public function getSummary() : ?TranslatableMarkup {
return $this->summary;
}