You are here

public function SiteAuditCheckViewsCount::getDescription in Site Audit 8.2

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

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

Overrides SiteAuditCheckAbstract::getDescription

File

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

Class

SiteAuditCheckViewsCount
Class SiteAuditCheckViewsCount.

Code

public function getDescription() {
  return dt('Number of enabled Views.');
}