Skip to content

Commit

Permalink
Add empty validateForm to prevent fatal error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Sep 28, 2023
1 parent efb0b00 commit 1f82346
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/quant_api/src/Form/SettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ public function buildForm(array $form, FormStateInterface $form_state) {
return parent::buildForm($form, $form_state);
}

/**
* {@inheritdoc}
*/
public function validateForm(array &$form, FormStateInterface $form_state) {
}

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 1f82346

Please sign in to comment.