You are here

function menu_views_ajax_callback in Menu Views 7

Ajax callback for re-rendering the attach views portion of the form.

1 string reference to 'menu_views_ajax_callback'
menu_views_form_menu_edit_item_alter in includes/form.inc
Implements hook_form_FORM_ID_alter(). Change path description. Insert the views selection.

File

includes/form.inc, line 147
Form hooks for the menu_views module.

Code

function menu_views_ajax_callback($form, $form_state) {
  return $form['options']['menu_views'];
}