You are here

public function CheckResult::resultMessage in Security Review 8

Returns the result message.

Return value

string The result message for this result.

File

src/CheckResult.php, line 164

Class

CheckResult
Used to define the result of a Check.

Namespace

Drupal\security_review

Code

public function resultMessage() {
  return $this->check
    ->getMessage($this->result);
}