You are here

public function CodebaseSizeAll::getResultFail in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultFail

File

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

Class

CodebaseSizeAll
Provides the CronLast Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultFail() {
  return $this
    ->t('Empty, or unable to determine the size due to a permission error.');
}