function UserLanguageTestForm::getFormId

Same name in other branches
  1. 10 core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php \Drupal\user_language_test\Form\UserLanguageTestForm::getFormId()

Overrides FormInterface::getFormId

File

core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php, line 19

Class

UserLanguageTestForm
Provides a User Language Test form.

Namespace

Drupal\user_language_test\Form

Code

public function getFormId() {
    return 'user_language_test';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.