You are here

function hook_flexiform_build_alter in Flexiform 7

Alter a flexiform as it gets built.

Parameters

array $form: The form array that has been built by the flexiform builder.

array $form_state: The form_state of the form.

Flexiform $flexiform: The flexiform object.

See also

FlexiformBuilder::invoke()

FlexiformBuilderFlexiform::form()

3 functions implement hook_flexiform_build_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

flexiform_element_group_flexiform_build_alter in flexiform_element_group/flexiform_element_group.module
Implements hook_flexiform_build_alter().
flexiform_flexiform_build_alter in ./flexiform.module
Implements hook_flexiform_build_alter().
flexiform_webform_flexiform_build_alter in flexiform_webform/flexiform_webform.module
Implements hook_flexiform_build_alter().

File

./flexiform.api.php, line 44
API documentation for Flexiform.

Code

function hook_flexiform_build_alter(&$form, &$form_state, $flexiform) {
}