You are here

public function SiteAuditCheckViewsCacheOutput::getDescription in Site Audit 7

Same name and namespace in other branches
  1. 8.2 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 the length of time raw rendered output should be cached.');
}