You are here

function registration_mapping_form_callback in Entity Registration 7.2

Same name and namespace in other branches
  1. 8.2 includes/registration_type.admin.inc \registration_mapping_form_callback()

Ajax callback for registration_mapping_form().

1 string reference to 'registration_mapping_form_callback'
registration_type_form in includes/registration_type.admin.inc
Generates the model type editing form.

File

includes/registration_type.admin.inc, line 216
Model type editing UI.

Code

function registration_mapping_form_callback($form, &$form_state) {
  return $form['registrant_entity'];
}