public function NegotiationBrowserDeleteForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/language/src/Form/NegotiationBrowserDeleteForm.php \Drupal\language\Form\NegotiationBrowserDeleteForm::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/ NegotiationBrowserDeleteForm.php, line 53 - Contains \Drupal\language\Form\NegotiationBrowserDeleteForm.
Class
- NegotiationBrowserDeleteForm
- Defines a confirmation form for deleting a browser language negotiation mapping.
Namespace
Drupal\language\FormCode
public function getFormId() {
return 'language_negotiation_configure_browser_delete_form';
}