public function SiteAuditReportBestPractices::getLabel in Site Audit 7
Same name and namespace in other branches
- 8.2 Report/BestPractices.php \SiteAuditReportBestPractices::getLabel()
Implements \SiteAudit\Report\Abstract\getLabel().
Overrides SiteAuditReportAbstract::getLabel
File
- Report/
BestPractices.php, line 15 - Contains \SiteAudit\Report\BestPractices.
Class
- SiteAuditReportBestPractices
- Class SiteAuditReportBestPractices.
Code
public function getLabel() {
return dt('Best practices');
}