Cache.php in Site Audit 8.2
Same filename and directory in other branches
Contains \SiteAudit\Report\Cache.
File
Report/Cache.phpView source
<?php
/**
* @file
* Contains \SiteAudit\Report\Cache.
*/
/**
* Class SiteAuditReportCache.
*/
class SiteAuditReportCache extends SiteAuditReportAbstract {
/**
* Implements \SiteAudit\Report\Abstract\getLabel().
*/
public function getLabel() {
return dt('Drupal\'s caching settings');
}
}
Classes
Name | Description |
---|---|
SiteAuditReportCache | Class SiteAuditReportCache. |