You are here

public function FormWidgetExampleForm::__construct in Typed Data API enhancements 8

Form constructor.

Parameters

\Drupal\Core\State\StateInterface $state: The state storage.

File

tests/modules/typed_data_widget_test/src/FormWidgetExampleForm.php, line 35

Class

FormWidgetExampleForm
Class FormWidgetExampleForm.

Namespace

Drupal\typed_data_widget_test

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}