You are here

public function SiteAuditReportSecurity::getLabel in Site Audit 7

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

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

Overrides SiteAuditReportAbstract::getLabel

File

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

Class

SiteAuditReportSecurity
Class SiteAuditReportSecurity.

Code

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