function hansel_ui_rule_form_ajax in Hansel breadcrumbs 7
Same name and namespace in other branches
- 8 hansel_ui/hansel_ui.module \hansel_ui_rule_form_ajax()
 
Ajax form handler
1 string reference to 'hansel_ui_rule_form_ajax'
- hansel_ui_rule_form in hansel_ui/
hansel_ui.module  - Generates the form for adding and editing rules.
 
File
- hansel_ui/
hansel_ui.module, line 521  - Hansel UI module
 
Code
function hansel_ui_rule_form_ajax($form, $form_state) {
  return $form['config'];
}