8 calls to drupal_build_form()

drupal_get_form in drupal/core/includes/form.inc
Returns a renderable form array for a given form ID.
EditController::fieldForm in drupal/core/modules/edit/lib/Drupal/edit/EditController.php
Returns a single field edit form as an Ajax response.
entity_get_form in drupal/core/includes/entity.inc
Returns the built and processed entity form for the given entity.
ExposedFormPluginBase::renderExposedForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php
Render the exposed filter form.
form_test_wrapper_callback in drupal/core/modules/system/tests/modules/form_test/form_test.module
Menu callback; Invokes a form builder function with a wrapper callback.
HtmlFormController::content in drupal/core/lib/Drupal/Core/Controller/HtmlFormController.php
Controller method for generic HTML form pages.
install_run_task in drupal/core/includes/install.core.inc
Runs an individual installation task.
views_ajax_form_wrapper in drupal/core/modules/views/includes/ajax.inc
Wrapper around drupal_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client.