You are here

public function YandexMetricsReportsSettingsForm::getFormID in Yandex.Metrics 8.2

File

yandex_metrics_reports/src/Form/YandexMetricsReportsSettingsForm.php, line 20
Contains \Drupal\yandex_metrics_reports\Form\YandexMetricsReportsSettingsForm.

Class

YandexMetricsReportsSettingsForm
Provides a reports settings form.

Namespace

Drupal\yandex_metrics_reports\Form

Code

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