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