16 calls to drupal_array_get_nested_value()
- drupal_array_nested_key_exists in includes/
common.inc - Determines whether a nested array contains the requested keys.
- drupal_validate_form in includes/
form.inc - Validates user-submitted form data in the $form_state array.
- field_add_more_js in modules/
field/ field.form.inc - Ajax callback in response to a new empty widget being added to the form.
- field_add_more_submit in modules/
field/ field.form.inc - Submit handler for the "Add another item" button of a field form.
- field_default_extract_form_values in modules/
field/ field.default.inc - Extracts field values from submitted form values.
- field_default_form_errors in modules/
field/ field.form.inc - Transfer field-level validation errors to widgets.
- field_form_get_state in modules/
field/ field.form.inc - Retrieves processing information about a field from $form_state.
- file_field_widget_process in modules/
file/ file.field.inc - An element #process callback for the file_generic field type.
- file_field_widget_submit in modules/
file/ file.field.inc - Form submission handler for upload/remove button of file_field_widget_form().
- file_managed_file_submit in modules/
file/ file.module - Form submission handler for upload / remove buttons of managed_file elements.
- file_managed_file_value in modules/
file/ file.module - The #value_callback for a managed_file type element.
- form_process_machine_name in includes/
form.inc - Processes a machine-readable name form element.
- form_state_values_clean in includes/
form.inc - Removes internal Form API elements and buttons from submitted form values.
- hook_field_attach_submit in modules/
field/ field.api.php - Act on field_attach_submit().
- list_boolean_allowed_values_callback in modules/
field/ modules/ list/ list.module - Form element #value_callback: assembles the allowed values for 'boolean' fields.
- _form_builder_handle_input_element in includes/
form.inc - Adds the #name and #value properties of an input element before rendering.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.