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