You are here

public function SiteAuditReportCache::getLabel in Site Audit 7

Same name and namespace in other branches
  1. 8.2 Report/Cache.php \SiteAuditReportCache::getLabel()

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

Overrides SiteAuditReportAbstract::getLabel

File

Report/Cache.php, line 15
Contains \SiteAudit\Report\Cache.

Class

SiteAuditReportCache
Class SiteAuditReportCache.

Code

public function getLabel() {
  return dt("Drupal's caching settings");
}