public function CheckResult::findings in Security Review 8
Returns the findings.
Return value
array The findings. Contents of this depends on the actual check.
File
- src/
CheckResult.php, line 134
Class
- CheckResult
- Used to define the result of a Check.
Namespace
Drupal\security_reviewCode
public function findings() {
return $this->findings;
}