Implements \Drupal\Core\Form\FormInterface::getFormID().
Overrides FormInterface::getFormID
File
- drupal/core/modules/language/lib/Drupal/language/Form/NegotiationSessionForm.php, line 20
- Contains \Drupal\language\Form\NegotiationSessionForm.
Class
- NegotiationSessionForm
- Configure the session language negotiation method for this site.
Namespace
Drupal\language\Form
Code
public function getFormID() {
return 'language_negotiation_configure_session_form';
}