public function SiteAuditCheckWatchdogSyslog::getLabel in Site Audit 8.2
Same name and namespace in other branches
- 7 Check/Watchdog/Syslog.php \SiteAuditCheckWatchdogSyslog::getLabel()
Implements \SiteAudit\Check\Abstract\getLabel().
Overrides SiteAuditCheckAbstract::getLabel
File
- Check/
Watchdog/ Syslog.php, line 15 - Contains \SiteAudit\Check\Watchdog\Syslog.
Class
- SiteAuditCheckWatchdogSyslog
- Class SiteAuditCheckWatchdogSyslog.
Code
public function getLabel() {
return dt('syslog status');
}