You are here

protected property SiteAuditReportBase::$hasFail in Site Audit 8.3

Flag to indicate whether any of the checks are a complete FAIL.

Type: bool

File

src/Plugin/SiteAuditReportBase.php, line 48

Class

SiteAuditReportBase
Base class for Site Audit Report plugins.

Namespace

Drupal\site_audit\Plugin

Code

protected $hasFail = FALSE;