function DevelopmentSettingsForm::__construct

Same name in other branches
  1. 10 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\Form

Code

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.