function NegotiationUrlForm::getFormId
Same name in other branches
- 9 core/modules/language/src/Form/NegotiationUrlForm.php \Drupal\language\Form\NegotiationUrlForm::getFormId()
- 10 core/modules/language/src/Form/NegotiationUrlForm.php \Drupal\language\Form\NegotiationUrlForm::getFormId()
- 11.x core/modules/language/src/Form/NegotiationUrlForm.php \Drupal\language\Form\NegotiationUrlForm::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ language/ src/ Form/ NegotiationUrlForm.php, line 54
Class
- NegotiationUrlForm
- Configure the URL language negotiation method for this site.
Namespace
Drupal\language\FormCode
public function getFormId() {
return 'language_negotiation_configure_url_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.