You are here

public function SiteAuditCheckUsersCountBlocked::getDescription in Site Audit 7

Same name and namespace in other branches
  1. 8.2 Check/Users/CountBlocked.php \SiteAuditCheckUsersCountBlocked::getDescription()

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

Overrides SiteAuditCheckAbstract::getDescription

File

Check/Users/CountBlocked.php, line 22
Contains \SiteAudit\Check\Users\CountBlocked.

Class

SiteAuditCheckUsersCountBlocked
Class SiteAuditCheckUsersCountBlocked.

Code

public function getDescription() {
  return dt('Total number of blocked Drupal users.');
}