You are here

public function SiteAuditCheckCachePreprocessCss::getDescription in Site Audit 8.2

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