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