You are here

public function WatchdogSyslog::getResultPass in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultPass

File

src/Plugin/SiteAuditCheck/WatchdogSyslog.php, line 40

Class

WatchdogSyslog
Provides the WatchdogSyslog Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

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