You are here

public function StatusSystem::getResultWarn in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultWarn

File

src/Plugin/SiteAuditCheck/StatusSystem.php, line 102

Class

StatusSystem
Provides the StatusSystem Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultWarn() {
  return $this
    ->getResultPass();
}