You are here

public function SiteAuditReportBestPractices::getLabel in Site Audit 8.2

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