function field_test_entity_form_submit_build_test_entity
Updates the form state's entity by processing this submission's values.
1 call to field_test_entity_form_submit_build_test_entity()
- field_test_entity_form_submit in modules/
field/ tests/ field_test.entity.inc - Submit handler for field_test_entity_form().
File
-
modules/
field/ tests/ field_test.entity.inc, line 414
Code
function field_test_entity_form_submit_build_test_entity($form, &$form_state) {
$entity = $form_state['test_entity'];
entity_form_submit_build_entity('test_entity', $entity, $form, $form_state);
return $entity;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.