You are here

public function SiteAuditCheckViewsCacheOutput::getDescription in Site Audit 8.2

Same name and namespace in other branches
  1. 7 Check/Views/CacheOutput.php \SiteAuditCheckViewsCacheOutput::getDescription()

Implements \SiteAudit\Check\Abstract\getDescription().

Overrides SiteAuditCheckAbstract::getDescription

File

Check/Views/CacheOutput.php, line 22
Contains \SiteAudit\Check\Views\CacheOutput.

Class

SiteAuditCheckViewsCacheOutput
Class SiteAuditCheckViewsCacheOutput.

Code

public function getDescription() {
  return dt('Check to see if raw rendered output is being cached.');
}