6 calls to field_attach_extract_form_values()

EditFieldForm::buildEntity in drupal/core/modules/edit/lib/Drupal/edit/Form/EditFieldForm.php
Returns a cloned entity containing updated field values.
EntityFormControllerNG::buildEntity in drupal/core/lib/Drupal/Core/Entity/EntityFormControllerNG.php
Overrides EntityFormController::buildEntity().
entity_form_submit_build_entity in drupal/core/includes/entity.inc
Copies submitted values to entity properties for simple entity forms.
FieldAttachOtherTest::testFieldAttachExtractFormValues in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field_attach_extract_form_values().
field_test_entity_nested_form_submit in drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc
Submit handler for field_test_entity_nested_form().
field_test_entity_nested_form_validate in drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc
Validate handler for field_test_entity_nested_form().