You are here

public function UsersCountAll::getResultFail in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultFail

File

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

Class

UsersCountAll
Provides the UsersCountAll Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultFail() {
  return $this
    ->t('There are no users!');
}