You are here

public function BestPracticesSettings::getResultWarn in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultWarn

File

src/Plugin/SiteAuditCheck/BestPracticesSettings.php, line 39

Class

BestPracticesSettings
Provides the BestPracticesSettings Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultWarn() {
  return $this
    ->t('sites/default/settings.php is a symbolic link.');
}