formId = $form_id; $this->form = $form; } /** * {@inheritdoc} */ public function getFormId() { $this->formId; } /** * {@inheritdoc} */ public function buildForm(array $form, FormStateInterface $form_state) { return $this->form; } /** * {@inheritdoc} */ public function submitForm(array &$form, FormStateInterface $form_state) { } }