You are here

public function PwaExtrasSettingsForm::validateForm in Progressive Web App 2.x

Same name and namespace in other branches
  1. 8 modules/pwa_extras/src/Form/PwaExtrasSettingsForm.php \Drupal\pwa_extras\Form\PwaExtrasSettingsForm::validateForm()

Form validation handler.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Overrides FormBase::validateForm

File

modules/pwa_extras/src/Form/PwaExtrasSettingsForm.php, line 75

Class

PwaExtrasSettingsForm
PWA Extras admin settings form.

Namespace

Drupal\pwa_extras\Form

Code

public function validateForm(array &$form, FormStateInterface $form_state) {
}