function SiteSettingsForm::__construct

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php \Drupal\Core\Installer\Form\SiteSettingsForm::__construct()
  2. 8.9.x core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php \Drupal\Core\Installer\Form\SiteSettingsForm::__construct()
  3. 10 core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php \Drupal\Core\Installer\Form\SiteSettingsForm::__construct()

Constructs a new SiteSettingsForm.

Parameters

string $sitePath: The site path.

\Drupal\Core\Render\RendererInterface $renderer: The renderer.

\Drupal\Core\Extension\DatabaseDriverList $databaseDriverList: The list provider of database drivers.

File

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

Class

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

Namespace

Drupal\Core\Installer\Form

Code

public function __construct(string $sitePath, RendererInterface $renderer, DatabaseDriverList $databaseDriverList) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.