You are here

public function SiteAuditReportWatchdog::getLabel in Site Audit 8.2

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