You are here

public function SiteAuditCheckViewsCount::getLabel in Site Audit 8.2

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

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

Overrides SiteAuditCheckAbstract::getLabel

File

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

Class

SiteAuditCheckViewsCount
Class SiteAuditCheckViewsCount.

Code

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