$type, '#title' => $type, '#placeholder' => 'placeholder-text', ]; } return $form; } /** * {@inheritdoc} */ public function submitForm(array &$form, FormStateInterface $form_state) { } }