You are here

public function FormStep::setFormState in Simple multi step form 8.x

Same name and namespace in other branches
  1. 8 src/FormStep.php \Drupal\simple_multistep\FormStep::setFormState()

Set $form_state.

Parameters

\Drupal\Core\Form\FormStateInterface $form_state: Form state.

File

src/FormStep.php, line 181

Class

FormStep
Class FormStep.

Namespace

Drupal\simple_multistep

Code

public function setFormState(FormStateInterface $form_state) {
  $this->formState = $form_state;
}