You are here

function hook_flexiform_build_FLEXIFORM_BUILDER_submit_alter in Flexiform 7

Act on the submission of a flexiform 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::formSubmit()

File

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

Code

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