You are here

public function BlockEnabled::getResultWarn in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultWarn

File

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

Class

BlockEnabled
Provides the BlockEnabled Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultWarn() {
  return $this
    ->t("Block is enabled, but there is no default theme. Consider disabling block if you don't need it.");
}