You are here

public function SiteAuditCheckViewsCount::getLabel in Site Audit 7

Same name and namespace in other branches
  1. 8.2 Check/Views/Count.php \SiteAuditCheckViewsCount::getLabel()

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

Overrides SiteAuditCheckAbstract::getLabel

File

Check/Views/Count.php, line 15
Contains \SiteAudit\Check\Views\Count.

Class

SiteAuditCheckViewsCount
Class SiteAuditCheckViewsCount.

Code

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