public function PwaExtrasSettingsForm::validateForm in Progressive Web App 8
Same name and namespace in other branches
- 2.x 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 92
Class
- PwaExtrasSettingsForm
- PWA Extras admin settings form.
Namespace
Drupal\pwa_extras\FormCode
public function validateForm(array &$form, FormStateInterface $form_state) {
}