You are here

function clients_drupal_edit_submit_handler in Web Service Clients 6

Submit handler

Return value

array Form

1 string reference to 'clients_drupal_edit_submit_handler'
clients_drupal_config in backends/clients_drupal/clients_drupal.module

File

backends/clients_drupal/clients_drupal.module, line 228
Drupal Services plugin for Clients module @author Django Beatty - adub

Code

function clients_drupal_edit_submit_handler($form, &$form_state) {
  clients_connection_edit($form_state['values']);
}