public function CheckResult::result in Security Review 8
Returns the outcome of the check.
Return value
int The result integer.
File
- src/
CheckResult.php, line 124
Class
- CheckResult
- Used to define the result of a Check.
Namespace
Drupal\security_reviewCode
public function result() {
return $this->result;
}