You are here

public function SiteAuditCheckWatchdogEnabled::getDescription in Site Audit 7

Same name and namespace in other branches
  1. 8.2 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');
}