public function SettingsForm::validateForm in Akamai 8
Same name and namespace in other branches
- 8.2 src/Form/SettingsForm.php \Drupal\akamai\Form\SettingsForm::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
- lib/
Drupal/ akamai/ Form/ SettingsForm.php, line 107 - Contains \Drupal\akamai\Form\SettingsForm.
Class
- SettingsForm
- Defines a form that configures Akamai settings.
Namespace
Drupal\akamai\FormCode
public function validateForm(array &$form, array &$form_state) {
parent::validateForm($form, $form_state);
}