public function SiteAuditReportViews::getLabel in Site Audit 7
Same name and namespace in other branches
- 8.2 Report/Views.php \SiteAuditReportViews::getLabel()
Implements \SiteAudit\Report\Abstract\getLabel().
Overrides SiteAuditReportAbstract::getLabel
File
- Report/
Views.php, line 15 - Contains \SiteAudit\Report\Views.
Class
- SiteAuditReportViews
- Class SiteAuditReportViews.
Code
public function getLabel() {
return dt('Views');
}