public NegotiationUrlForm::buildForm(array $form, FormStateInterface $form_state)
Form constructor.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Return value
array The form structure.
Overrides ConfigFormBase::buildForm
File
core/modules/language/src/Form/NegotiationUrlForm.php, line 65
Class
NegotiationUrlForm Configure the URL language negotiation method for this site.