public function SiteAuditReportInsights::getLabel in Site Audit 7
Implements \SiteAudit\Report\Abstract\getLabel().
Overrides SiteAuditReportAbstract::getLabel
File
- Report/
Insights.php, line 29 - Contains \SiteAudit\Report\Insights.
Class
- SiteAuditReportInsights
- Class SiteAuditReportInsights.
Code
public function getLabel() {
return dt('Google PageSpeed Insights');
}