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