You are here

public function SiteAuditCheckBase::shouldAbort in Site Audit 8.3

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

Return value

bool Whether to stop the abort after this check.

File

src/Plugin/SiteAuditCheckBase.php, line 258

Class

SiteAuditCheckBase
Base class for Site Audit Check plugins.

Namespace

Drupal\site_audit\Plugin

Code

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