You are here

public function SiteAuditReportFrontEnd::getLabel in Site Audit 8.2

Same name and namespace in other branches
  1. 7 Report/FrontEnd.php \SiteAuditReportFrontEnd::getLabel()

Implements \SiteAudit\Report\Abstract\getLabel().

Overrides SiteAuditReportAbstract::getLabel

File

Report/FrontEnd.php, line 15
Contains \SiteAudit\Report\Insights.

Class

SiteAuditReportFrontEnd
Class SiteAuditReportFrontEnd.

Code

public function getLabel() {
  return dt('Front End');
}