You are here

public function SitemapSettingsForm::validateForm in Site map 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/SitemapSettingsForm.php, line 315

Class

SitemapSettingsForm
Provides a configuration form for sitemap.

Namespace

Drupal\site_map\Form

Code

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