You are here

public function BlockEnabled::getResultFail in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultFail

File

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

Class

BlockEnabled
Provides the BlockEnabled Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultFail() {
  return $this
    ->t('Block caching is not enabled!');
}