6 calls to drupal_prepare_form()

drupal_build_form in drupal/core/includes/form.inc
Builds and processes a form for a given form ID.
drupal_form_submit in drupal/core/includes/form.inc
Retrieves, populates, and processes a form.
drupal_rebuild_form in drupal/core/includes/form.inc
Constructs a new $form from the information in $form_state.
ElementsTableSelectTest::formSubmitHelper in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Helper function for the option check test to submit a form while collecting errors.
FieldAttachOtherTest::testFieldAttachExtractFormValues in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field_attach_extract_form_values().
FormTest::testRequiredFields in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Check several empty values for required forms elements.