public function LegalLanguageSettings::__construct in Legal 8
Same name and namespace in other branches
- 2.0.x src/Form/LegalLanguageSettings.php \Drupal\legal\Form\LegalLanguageSettings::__construct()
File
- src/
Form/ LegalLanguageSettings.php, line 30
Class
- LegalLanguageSettings
- Class LegalLanguageSettings.
Namespace
Drupal\legal\FormCode
public function __construct(Connection $database) {
$this->database = $database;
}