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