You are here

public function YandexMetricsReportsCronForm::getFormID in Yandex.Metrics 8.2

File

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

Class

YandexMetricsReportsCronForm
Provides a cron settings form.

Namespace

Drupal\yandex_metrics_reports\Form

Code

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