You are here

public function CronEnabled::getResultFail in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultFail

File

src/Plugin/SiteAuditCheck/CronEnabled.php, line 22

Class

CronEnabled
Provides the CronEnabled Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultFail() {
  return $this
    ->t('You have disabled cron, which will prevent routine system tasks from executing.');
}