form_set_value

Related topics

Namesort iconDescription
Form generationFunctions to enable the processing and display of HTML forms.

Functions that call form_set_value()

Namesort iconLocationDescription
form_set_valueincludes/form.incChange submitted form values during the form processing cycle.
node_search_validatemodules/node/node.moduleForm API callback for the search form. Registered in node_form_alter().
node_teaser_include_verifymodules/node/node.moduleEnsure value of "teaser_include" checkbox is consistent with other form data.
node_teaser_jsmodules/node/node.moduleSee if the user used JS to submit a teaser.
password_confirm_validateincludes/form.incValidate password_confirm element.
search_form_validatemodules/search/search.pages.incAs the search form collates keys from other modules hooked in via hook_form_alter, the validation takes place in _submit. search_form_validate() is used solely to set the 'processed_keys' form value for the basic search form.
_form_builder_handle_input_elementincludes/form.incPopulate the #value and #name properties of input elements so they can be processed and rendered. Also, execute any #process handlers attached to a specific element.
_install_settings_form_validateinstall.phpHelper function for install_settings_validate.

Functions called by form_set_value()

Namesort iconLocationDescription
form_set_valueincludes/form.incChange submitted form values during the form processing cycle.
_form_set_valueincludes/form.incHelper function for form_set_value().
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.