function LanguageEditForm::form
Gets the actual form array to be built.
Overrides EntityForm::form
File
- 
              core/
modules/ language/ src/ Form/ LanguageEditForm.php, line 25  
Class
- LanguageEditForm
 - Controller for language edit forms.
 
Namespace
Drupal\language\FormCode
public function form(array $form, FormStateInterface $form_state) {
  $this->commonForm($form);
  return parent::form($form, $form_state);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.