public function SiteAuditReportWatchdog::getLabel in Site Audit 7
Same name and namespace in other branches
- 8.2 Report/Watchdog.php \SiteAuditReportWatchdog::getLabel()
Implements \SiteAudit\Report\Abstract\getLabel().
Overrides SiteAuditReportAbstract::getLabel
File
- Report/
Watchdog.php, line 15 - Contains \SiteAudit\Report\Watchdog.
Class
- SiteAuditReportWatchdog
- Class SiteAuditReportWatchdog.
Code
public function getLabel() {
return dt('Watchdog database logs');
}