public ContactFormEditForm::form(array $form, FormStateInterface $form_state)
Gets the actual form array to be built.
Overrides EntityForm::form
See also
\Drupal\Core\Entity\EntityForm::processForm()
\Drupal\Core\Entity\EntityForm::afterBuild()
File
core/modules/contact/src/ContactFormEditForm.php, line 69
Class
ContactFormEditForm Base form for contact form edit forms.
Namespace
Drupal\contact
Code
public function form(array $form, FormStateInterface $form_state) {
$form = parent::