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_builderdrupal/includes/form.incAdds some required properties to each form element, which are used internally in the form API. This function also automatically assigns the value property from the $edit array, provided the element doesn't already have an assigned value.
form_builderdrupal/includes/form.incAdds some required properties to each form element, which are used internally in the form API. This function also automatically assigns the value property from the $edit array, provided the element doesn't already have an assigned value.
form_set_valuedrupal/includes/form.incUse this function to make changes to form values in the form validate phase, so they will be available in the submit phase in $form_values.
node_search_validatedrupal/modules/node/node.moduleForm API callback for the search form. Registered in node_form_alter().
node_search_validatedrupal/modules/node/node.moduleForm API callback for the search form. Registered in node_form_alter().
password_confirm_validatedrupal/includes/form.incValidate password_confirm element.
password_confirm_validatedrupal/includes/form.incValidate password_confirm element.
search_form_validatedrupal/modules/search/search.moduleAs 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.
search_form_validatedrupal/modules/search/search.moduleAs 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.
_install_settings_form_validatedrupal/install.phpHelper function for install_settings_validate.
_install_settings_form_validatedrupal/install.phpHelper function for install_settings_validate.

Functions called by form_set_value()

Namesort iconLocationDescription
form_set_valuedrupal/includes/form.incUse this function to make changes to form values in the form validate phase, so they will be available in the submit phase in $form_values.
_form_set_valuedrupal/includes/form.incHelper function for form_set_value().
_form_set_valuedrupal/includes/form.incHelper function for form_set_value().