You are here

public function ViewsCacheOutput::getResultFail in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultFail

File

src/Plugin/SiteAuditCheck/ViewsCacheOutput.php, line 22

Class

ViewsCacheOutput
Provides the ViewsCacheOutput Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultFail() {
  return $this
    ->t('No View is caching rendered output!');
}