You are here

function hook_flexiform_build_FLEXIFORM_BUILDER_alter in Flexiform 7

Alter a flexiform as it gets built by a particular builder.

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()

flexiform_get_builder_info()

File

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

Code

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