function mandrill_template_map_form_callback in Mandrill 7
Same name and namespace in other branches
- 7.2 modules/mandrill_template/mandrill_template.admin.inc \mandrill_template_map_form_callback()
Javascript callback for the mandrill_template_map_form.
1 string reference to 'mandrill_template_map_form_callback'
- mandrill_template_map_form in modules/
mandrill_template/ mandrill_template.admin.inc - Return a form for adding/editing a Mandrill template map.
File
- modules/
mandrill_template/ mandrill_template.admin.inc, line 183 - Administrative forms for Mandrill Template module.
Code
function mandrill_template_map_form_callback($form, &$form_state) {
return $form['map_settings'];
}