public function SiteAuditCheckCachePreprocessCss::getDescription in Site Audit 8.2
Same name and namespace in other branches
- 7 Check/Cache/PreprocessCss.php \SiteAuditCheckCachePreprocessCss::getDescription()
Implements \SiteAudit\Check\Abstract\getDescription().
Overrides SiteAuditCheckAbstract::getDescription
File
- Check/
Cache/ PreprocessCss.php, line 22 - Contains \SiteAudit\Check\Cache\PreprocessCss.
Class
- SiteAuditCheckCachePreprocessCss
- Class SiteAuditCheckCachePreprocessCss.
Code
public function getDescription() {
return dt('Verify that Drupal is aggregating and compressing CSS.');
}