public function NegotiationConfigureForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/language/src/Form/NegotiationConfigureForm.php \Drupal\language\Form\NegotiationConfigureForm::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/ NegotiationConfigureForm.php, line 115 - Contains \Drupal\language\Form\NegotiationConfigureForm.
Class
- NegotiationConfigureForm
- Configure the selected language negotiation method for this site.
Namespace
Drupal\language\FormCode
public function getFormId() {
return 'language_negotiation_configure_form';
}