subform_array_get_nested_value |
./subform.module |
Copy of drupal_array_get_nested_value() supporting return-by-reference. |
4 |
|
subform_batch_execute_subform_submit_handler |
./subform.module |
Batch operation that executes a submit handler for a subform. |
|
1 |
subform_buffer |
./subform.module |
Buffers errors and uploads seperating them per (sub)form. |
5 |
|
subform_buffer_errors |
./subform.module |
Buffers errors seperating them per (sub)form. |
2 |
|
subform_buffer_files |
./subform.module |
Buffers uploads seperating them per (sub)form. |
1 |
|
subform_element_info |
./subform.module |
Implements hook_element_info(). |
|
|
subform_element_process |
./subform.module |
Processes a subform element. |
|
1 |
subform_element_rebuild |
./subform.module |
Constructs a new $subform from the information in $subform_state. |
1 |
|
subform_element_submit |
./subform.module |
Submit handler for submitting a single subform. |
|
1 |
subform_element_validate |
./subform.module |
Validation handler for the subform element. |
|
1 |
subform_element_value |
./subform.module |
Value callback for the subform element. |
|
1 |
subform_example_batch_subform |
./subform_example.module |
Form builder; Batch subform. |
|
1 |
subform_example_batch_subform_finished |
./subform_example.module |
|
|
1 |
subform_example_batch_subform_operation |
./subform_example.module |
|
|
1 |
subform_example_batch_subform_submit |
./subform_example.module |
|
|
1 |
subform_example_batch_subform_submit2 |
./subform_example.module |
|
|
1 |
subform_example_batch_wrapperform |
./subform_example.module |
Form builder; Batch wrapper form. |
|
1 |
subform_example_batch_wrapperform_submit |
./subform_example.module |
|
|
1 |
subform_example_batch_wrapperform_submit2 |
./subform_example.module |
|
|
1 |
subform_example_batch_wrapper_finished |
./subform_example.module |
|
|
1 |
subform_example_batch_wrapper_operation |
./subform_example.module |
|
|
1 |
subform_example_menu |
./subform_example.module |
Implements hook_menu(). |
|
|
subform_example_multiple_nodes |
./subform_example.module |
Form builder; Multiple nodes. |
|
1 |
subform_example_simple_form_select_callback |
./subform_example.module |
AJAX callback triggered by select. |
|
3 |
subform_example_subform1 |
./subform_example.module |
Form builder; Subform 1. |
|
1 |
subform_example_subform1_submit |
./subform_example.module |
Submit handler; Subform 1. |
|
|
subform_example_subform1_validate |
./subform_example.module |
Validate handler; Subform 1. |
|
|
subform_example_subform2 |
./subform_example.module |
Form builder; Subform 2. |
|
1 |
subform_example_subform2_submit |
./subform_example.module |
Submit handler; Subform 2. |
|
|
subform_example_subform2_validate |
./subform_example.module |
Validate handler; Subform 2. |
|
|
subform_example_subform2_validate2 |
./subform_example.module |
Validate handler; Subform 2 second validation. |
|
1 |
subform_example_wrapperform1 |
./subform_example.module |
Form builder; Wrapper form. |
|
1 |
subform_example_wrapperform1_submit |
./subform_example.module |
|
|
1 |
subform_example_wrapperform1_validate |
./subform_example.module |
|
|
|
subform_execute_submit_handlers |
./subform.module |
A helper function used to execute submission handlers for a given subform. |
1 |
|
subform_form_after_build |
./subform.module |
After-build callback for form elements within subform elements. |
|
1 |
subform_form_after_build_traverse_children |
./subform.module |
Helper function to set a #pre_render callback on all elements within a subform. |
1 |
|
subform_form_alter |
./subform.module |
Implements hook_form_alter(). |
|
|
subform_form_child_pre_render |
./subform.module |
Pre-render callback for elements within subforms. |
|
1 |
subform_form_pre_render |
./subform.module |
Pre-render callback for subforms. |
|
1 |
subform_form_process |
./subform.module |
Process callback for form elements within subform elements. |
|
1 |
subform_get_parent_state |
./subform.module |
Returns the form state of a subform's parent form. |
|
|
subform_get_state |
./subform.module |
Returns a reference on a subform's state. |
6 |
|
subform_init |
./subform.module |
Implements hook_init(). |
|
|
subform_parent_after_build |
./subform.module |
After-build callback for form elements containing subform elements. |
|
1 |
subform_parent_after_submit |
./subform.module |
Submit handler to be run after all other submit handlers. |
|
|
subform_parent_after_validate |
./subform.module |
Validation handler to be run after all other validation handlers. |
|
|
subform_set_triggering_element |
./subform.module |
Helper function to manually set the triggering element of a subform. |
1 |
|
subform_submit_all |
./subform.module |
Submit handler for submitting all subforms. |
1 |
3 |
subform_submit_subform |
./subform.module |
Submits a subform. |
2 |
|