You are here

function hansel_ui_rule_form_ajax in Hansel breadcrumbs 8

Same name and namespace in other branches
  1. 7 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'];
}