You are here

Watchdog.php in Site Audit 7

Same filename and directory in other branches
  1. 8.2 Report/Watchdog.php

Contains \SiteAudit\Report\Watchdog.

File

Report/Watchdog.php
View 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

Namesort descending Description
SiteAuditReportWatchdog Class SiteAuditReportWatchdog.