You are here

public function ViewsCacheOutput::getResultInfo in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultInfo

File

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

Class

ViewsCacheOutput
Provides the ViewsCacheOutput Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

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