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