public function NegotiationSessionForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/language/src/Form/NegotiationSessionForm.php \Drupal\language\Form\NegotiationSessionForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/
modules/ language/ src/ Form/ NegotiationSessionForm.php, line 21 - Contains \Drupal\language\Form\NegotiationSessionForm.
Class
- NegotiationSessionForm
- Configure the session language negotiation method for this site.
Namespace
Drupal\language\FormCode
public function getFormId() {
return 'language_negotiation_configure_session_form';
}