You are here

public function YandexMetricsCounterSettingsForm::getFormID in Yandex.Metrics 8.3

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

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

File

src/Form/YandexMetricsCounterSettingsForm.php, line 20
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 getFormID() {
  return 'yandex_metrics_counter_settings';
}