Watchdog.php in Site Audit 8.2
Same filename and directory in other branches
Contains \SiteAudit\Report\Watchdog.
File
Report/Watchdog.phpView source
<?php
/**
* @file
* Contains \SiteAudit\Report\Watchdog.
*/
/**
* Class SiteAuditReportWatchdog.
*/
class SiteAuditReportWatchdog extends SiteAuditReportAbstract {
/**
* Implements \SiteAudit\Report\Abstract\getLabel().
*/
public function getLabel() {
return dt('Watchdog database logs');
}
}
Classes
Name | Description |
---|---|
SiteAuditReportWatchdog | Class SiteAuditReportWatchdog. |