public function SiteAuditCheckFrontEndGooglePageSpeed::getLabel in Site Audit 8.2
Implements \SiteAudit\Check\Abstract\getLabel().
Overrides SiteAuditCheckAbstract::getLabel
File
- Check/
FrontEnd/ GooglePageSpeed.php, line 15 - Contains \SiteAudit\Check\Insights\Analyze.
Class
- SiteAuditCheckFrontEndGooglePageSpeed
- Class SiteAuditCheckFrontEndGooglePageSpeed.
Code
public function getLabel() {
return dt('Google PageSpeed Insights');
}