You are here

function afb_create_block_ajax_handler in Advanced Form Block 7

Ajax handler for the block creation form.

1 string reference to 'afb_create_block_ajax_handler'
afb_new_block_create_form in ./afb.module
Displays the form enabling the creation of new blocks.

File

./afb.module, line 175
Allows administrators to create blockd of node add/edit forms.

Code

function afb_create_block_ajax_handler($form, $form_state) {
  return $form['input_fields'];
}