public function YandexServicesAuthForm::getFormID in Yandex Services Authorization API 8
Implements \Drupal\Core\Form\FormInterface::getFormID().
File
- lib/
Drupal/ yandex_services_auth/ Form/ YandexServicesAuthForm.php, line 20 - Contains \Drupal\yandex_metrics\Form\YandexMetricsCounterSettingsForm.
Class
- YandexServicesAuthForm
- Provides form for Yandex Services Authorization.
Namespace
Drupal\yandex_services_auth\FormCode
public function getFormID() {
return 'yandex_services_auth_form';
}