You are here

public function SiteAuditReportSecurity::getLabel in Site Audit 8.2

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