You are here

public function YandexMetricsCounterSettingsForm::validateForm in Yandex.Metrics 8.3

Same name and namespace in other branches
  1. 8.2 src/Form/YandexMetricsCounterSettingsForm.php \Drupal\yandex_metrics\Form\YandexMetricsCounterSettingsForm::validateForm()

Implements \Drupal\Core\Form\FormInterface::validateForm().

Overrides FormBase::validateForm

File

src/Form/YandexMetricsCounterSettingsForm.php, line 114
Contains \Drupal\yandex_metrics\Form\YandexMetricsCounterSettingsForm.

Class

YandexMetricsCounterSettingsForm
Provides a form for configuring Yandex.Metrics counter settings.

Namespace

Drupal\yandex_metrics\Form

Code

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