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