You are here

public function SiteAuditReportFrontEnd::getLabel in Site Audit 7

Same name and namespace in other branches
  1. 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');
}