You are here

function clients_drupal_add_submit_handler in Web Service Clients 6

Submit handler

Return value

array Form

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

File

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

Code

function clients_drupal_add_submit_handler($form, &$form_state) {
  clients_connection_save($form_state['values']);
}