You are here

public function SiteAuditReportContent::getLabel in Site Audit 7

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

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

Overrides SiteAuditReportAbstract::getLabel

File

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

Class

SiteAuditReportContent
Class SiteAuditReportContent.

Code

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