You are here

public function ViewsCacheOutput::getResultPass in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultPass

File

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

Class

ViewsCacheOutput
Provides the ViewsCacheOutput Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultPass() {
  return $this
    ->t('Every View is caching rendered output.');
}