You are here

public function BestPracticesSettings::getResultPass in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultPass

File

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

Class

BestPracticesSettings
Provides the BestPracticesSettings Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultPass() {
  return $this
    ->t('settings.php exists and is not a symbolic link.');
}