You are here

public function UsersCountAll::getResultInfo in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultInfo

File

src/Plugin/SiteAuditCheck/UsersCountAll.php, line 30

Class

UsersCountAll
Provides the UsersCountAll Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultInfo() {
  return $this
    ->formatPlural($this->registry->count_users_all, 'There is one user.', 'There are @count users.');
}