You are here

function flexiform_form_base_entity_bundle_selector in Flexiform 7

AJAX Callback to build the base entity bundle select list.

1 string reference to 'flexiform_form_base_entity_bundle_selector'
flexiform_form in ./flexiform.admin.inc
Generates the model type editing form.

File

./flexiform.admin.inc, line 685
Model type editing UI.

Code

function flexiform_form_base_entity_bundle_selector($form, $form_state) {
  return $form['base_entity_bundle'];
}