You are here

public function SiteAuditCheckAbstract::shouldAbort in Site Audit 7

Same name and namespace in other branches
  1. 8.2 Check/Abstract.php \SiteAuditCheckAbstract::shouldAbort()

Determine whether the check failed so badly that the report must stop.

Return value

bool Whether to stop the abort after this check.

File

Check/Abstract.php, line 268
Contains \SiteAudit\Check\Abstract.

Class

SiteAuditCheckAbstract
Class SiteAuditCheckAbstract.

Code

public function shouldAbort() {
  return $this->abort;
}