SiteSettingsForm::__construct

public SiteSettingsForm::__construct($site_path, RendererInterface $renderer)

Constructs a new SiteSettingsForm.

Parameters

string $site_path: The site path.

File

core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php, line 37

Class

SiteSettingsForm
Provides a form to configure and rewrite settings.php.

Namespace

Drupal\Core\Installer\Form

Code

public function __construct($site_path, RendererInterface $renderer) {
  $this->sitePath = $site_path;
  $this->renderer = $renderer;
}
doc_Drupal
2016-10-29 09:43:10
Comments
Leave a Comment

Please login to continue.