You are here

function rules_link_bundle_js_callback in Rules Link 7.2

Same name and namespace in other branches
  1. 7 rules_link.admin.inc \rules_link_bundle_js_callback()

Callback for the select box for bundles.

1 string reference to 'rules_link_bundle_js_callback'
rules_link_form in ./rules_link.admin.inc
Generates the rules link editing form.

File

./rules_link.admin.inc, line 357
Generate a admin UI.

Code

function rules_link_bundle_js_callback($form, $form_state) {
  return $form['bundle_wrapper'];
}