You are here

public function BestPracticesFast404::getResultWarn in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultWarn

File

src/Plugin/SiteAuditCheck/BestPracticesFast404.php, line 39

Class

BestPracticesFast404
Provides the BestPracticesFast404 Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultWarn() {
  return $this
    ->t('Fast 404 pages are not enabled for any path.');
}