You are here

public function SiteAuditReportDatabase::getLabel in Site Audit 7

Same name and namespace in other branches
  1. 8.2 Report/Database.php \SiteAuditReportDatabase::getLabel()

Implements \SiteAudit\Report\Abstract\getLabel().

Overrides SiteAuditReportAbstract::getLabel

File

Report/Database.php, line 15
Contains \SiteAudit\Report\Database.

Class

SiteAuditReportDatabase
Class SiteAuditReportDatabase.

Code

public function getLabel() {
  return dt('Database');
}