public function Ip2CountrySettingsForm::validateForm in IP-based Determination of a Visitor's Country 8
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
- src/
Form/ Ip2CountrySettingsForm.php, line 305
Class
- Ip2CountrySettingsForm
- Configure ip2country settings for this site.
Namespace
Drupal\ip2country\FormCode
public function validateForm(array &$form, FormStateInterface $form_state) {
return parent::validateForm($form, $form_state);
}