You are here

public function CheckResult::isVisible in Security Review 8

Returns the visibility of the result.

Return value

bool Whether the result should be shown on the UI.

File

src/CheckResult.php, line 154

Class

CheckResult
Used to define the result of a Check.

Namespace

Drupal\security_review

Code

public function isVisible() {
  return $this->visible;
}