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