/**
  * {@inheritdoc}
  */
 public function submitForm(array &$form, FormStateInterface $form_state)
 {
     parent::submitForm($form, $form_state);
     $form_state->setRedirect('uc_attribute.product_attributes', ['node' => $this->idValue]);
 }
 /**
  * {@inheritdoc}
  */
 public function submitForm(array &$form, FormStateInterface $form_state)
 {
     parent::submitForm($form, $form_state);
     $form_state->setRedirect('entity.node_type.edit_form', ['node_type' => $this->idValue]);
 }