Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
form.inc
»
form_set_value
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
24 calls to form_set_value()
field_test_widget_multiple_validate
in drupal/
modules/
field/
tests/
field_test.field.inc
Form element validation handler for 'test_field_widget_multiple' widget.
file_managed_file_submit
in drupal/
modules/
file/
file.module
Form submission handler for upload / remove buttons of managed_file elements.
file_managed_file_validate
in drupal/
modules/
file/
file.module
An #element_validate callback for the managed_file element.
filter_admin_format_form_validate
in drupal/
modules/
filter/
filter.admin.inc
Form validation handler for
filter_admin_format_form
().
form_test_element_validate_name
in drupal/
modules/
simpletest/
tests/
form_test.module
Form element validation handler for 'name' in
form_test_validate_form
().
form_test_validate_form_validate
in drupal/
modules/
simpletest/
tests/
form_test.module
Form validation handler for
form_test_validate_form
().
list_allowed_values_setting_validate
in drupal/
modules/
field/
modules/
list/
list.module
Element validate callback; check that the entered values are valid.
node_search_validate
in drupal/
modules/
node/
node.module
Form validation handler for node_form_alter().
number_field_widget_validate
in drupal/
modules/
field/
modules/
number/
number.module
FAPI validation of an individual number element.
options_field_widget_validate
in drupal/
modules/
field/
modules/
options/
options.module
Form element validation handler for options element.
password_confirm_validate
in drupal/
includes/
form.inc
Validates a password_confirm element.
path_form_element_validate
in drupal/
modules/
path/
path.module
Form element validation handler for URL alias form element.
search_form_validate
in drupal/
modules/
search/
search.pages.inc
As 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.
system_site_information_settings_validate
in drupal/
modules/
system/
system.admin.inc
Validates the submitted site-information form.
taxonomy_autocomplete_validate
in drupal/
modules/
taxonomy/
taxonomy.module
Form element validate handler for taxonomy term autocomplete element.
user_account_form_validate
in drupal/
modules/
user/
user.module
Form validation handler for
user_account_form
().
user_form_field_ui_field_edit_form_submit
in drupal/
modules/
user/
user.module
Additional submit handler for the 'Edit field instance' form.
user_pass_validate
in drupal/
modules/
user/
user.pages.inc
Form validation handler for
user_pass
().
_field_ui_field_overview_form_validate_add_new
in drupal/
modules/
field_ui/
field_ui.admin.inc
Validates the 'add new field' row of
field_ui_field_overview_form
().
_file_generic_settings_extensions
in drupal/
modules/
file/
file.field.inc
Element validate callback for the allowed file extensions field.
_file_generic_settings_file_directory_validate
in drupal/
modules/
file/
file.field.inc
Element validate callback for the file destination field.
_form_builder_handle_input_element
in drupal/
includes/
form.inc
Adds the #name and #value properties of an input element before rendering.
_form_validate
in drupal/
includes/
form.inc
Performs validation on form elements.
_image_field_resolution_validate
in drupal/
modules/
image/
image.field.inc
Element validate function for resolution fields.