You are here

public function SiteAuditReportCache::getLabel in Site Audit 8.2

Same name and namespace in other branches
  1. 7 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');
}