You are here

public function DatabaseSize::getResultFail in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultFail

File

src/Plugin/SiteAuditCheck/DatabaseSize.php, line 24

Class

DatabaseSize
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.');
}