You are here

Database.php in Site Audit 7

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

Contains \SiteAudit\Report\Database.

File

Report/Database.php
View source
<?php

/**
 * @file
 * Contains \SiteAudit\Report\Database.
 */

/**
 * Class SiteAuditReportDatabase.
 */
class SiteAuditReportDatabase extends SiteAuditReportAbstract {

  /**
   * Implements \SiteAudit\Report\Abstract\getLabel().
   */
  public function getLabel() {
    return dt('Database');
  }

}

Classes

Namesort descending Description
SiteAuditReportDatabase Class SiteAuditReportDatabase.