You are here

public function Watchdog404::getResultWarn in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultWarn

File

src/Plugin/SiteAuditCheck/Watchdog404.php, line 44

Class

Watchdog404
Provides the Watchdog404 Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

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