11 calls to form_state_defaults()

ajax_get_form in drupal/core/includes/ajax.inc
Gets a form submitted via #ajax during an Ajax callback.
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.
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().
FieldAttachOtherTest::testFieldAttachForm in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field_attach_form().
FormCacheTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormCacheTest.php
Sets up Drupal unit test environment.
FormCacheTest::testCacheToken in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormCacheTest.php
Tests the form cache with a logged-in user.
FormCacheTest::testNoCacheToken in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormCacheTest.php
Tests the form cache without a logged-in user.
FormTest::testFieldFormAccess in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Tests fields with no 'edit' access.
FormTest::testRequiredFields in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Check several empty values for required forms elements.