You are here

function hook_boxes_form_submit in Boxes 7.2

Implements hook_boxes_submit().

React to the box form submit.

File

./boxes.api.php, line 64

Code

function hook_boxes_form_submit($form, $form_state) {
}