'select', '#title' => t('Empty Select'), '#multiple' => FALSE, '#options' => NULL, ]; return $form; } /** * {@inheritdoc} */ public function submitForm(array &$form, FormStateInterface $form_state) { } }