form = $form; $this->formState = $form_state; } /** * Gets the form definition. * * @return array * The form structure. */ public function getForm() { return $this->form; } /** * Gets the form state. * * @return \Drupal\Core\Form\FormStateInterface * The current state of the form. */ public function getFormState() { return $this->formState; } }