You are here

public function SiteAuditReportCodebase::getLabel in Site Audit 7

Same name and namespace in other branches
  1. 8.2 Report/Codebase.php \SiteAuditReportCodebase::getLabel()

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

Overrides SiteAuditReportAbstract::getLabel

File

Report/Codebase.php, line 15
Contains \SiteAudit\Report\Codebase.

Class

SiteAuditReportCodebase
Class SiteAuditReportCodebase.

Code

public function getLabel() {
  return dt('Codebase');
}