You are here

public function CachePreprocessJS::getResultInfo in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultInfo

File

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

Class

CachePreprocessJS
Provides the CachePreprocessJS Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

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