You are here

public function SiteAuditCheckViewsCacheOutput::getLabel in Site Audit 8.2

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

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

Overrides SiteAuditCheckAbstract::getLabel

File

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

Class

SiteAuditCheckViewsCacheOutput
Class SiteAuditCheckViewsCacheOutput.

Code

public function getLabel() {
  return dt('Rendered output caching');
}