You are here

public function YandexMetricsReportsFilterForm::getFormID in Yandex.Metrics 8.2

File

yandex_metrics_reports/src/Form/YandexMetricsReportsFilterForm.php, line 21
Contains \Drupal\yandex_metrics_reports\Form\YandexMetricsReportsFilterForm.

Class

YandexMetricsReportsFilterForm
Provides quick filter form for reports page.

Namespace

Drupal\yandex_metrics_reports\Form

Code

public function getFormID() {
  return 'yandex_metrics_reports_filter_form';
}