function DevelopmentSettingsForm::__construct
Same name in other branches
- 11.x core/modules/system/src/Form/DevelopmentSettingsForm.php \Drupal\system\Form\DevelopmentSettingsForm::__construct()
Constructs a new development settings form.
Parameters
\Drupal\Core\KeyValueStore\KeyValueFactoryInterface $keyValueFactory: The key value factory.
\Drupal\Core\DrupalKernelInterface $kernel: The Drupal kernel.
File
-
core/
modules/ system/ src/ Form/ DevelopmentSettingsForm.php, line 26
Class
- DevelopmentSettingsForm
- Configure development settings for this site.
Namespace
Drupal\system\FormCode
public function __construct(KeyValueFactoryInterface $keyValueFactory, DrupalKernelInterface $kernel) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.