You are here

function book_helper_action_submit in Book helper 7

File

./book_helper.module, line 557
Improves Drupal's core book module's functionality.

Code

function book_helper_action_submit($form, $form_state) {
  return array(
    'book' => $form_state['values']['book'],
  );
}