public function SiteAuditReportSecurity::getLabel in Site Audit 7
Same name and namespace in other branches
- 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');
}