public function DevelopmentEnvironmentSettingsForm::__construct in Development Environment 8
Constructs a DevelopmentEnvironmentSettingsForm object.
Parameters
\Drupal\Core\State\StateInterface $state: The state service.
\Drupal\Core\Site\Settings $settings: Instance specific settings.
File
- src/
Form/ DevelopmentEnvironmentSettingsForm.php, line 40
Class
- DevelopmentEnvironmentSettingsForm
- DevelopmentEnvironmentConfigurationForm class.
Namespace
Drupal\development_environment\FormCode
public function __construct(StateInterface $state, Settings $settings) {
$this->state = $state;
$this->settings = $settings;
}