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