You are here

function services_client_plugin_mapping_ajax in Services Client 7.2

General ajax handler to use ajax in plugin config forms.

See also

ServicesClient

1 string reference to 'services_client_plugin_mapping_ajax'
ServicesClientMappingPlugin::configForm in include/mapping.inc
Configuration form options

File

./services_client.forms.inc, line 303

Code

function services_client_plugin_mapping_ajax($form, &$form_state) {
  return $form['wrapper'];
}