function clients_delete in Web Service Clients 6
1 string reference to 'clients_delete'
- clients_menu in ./
clients.module - Implementation of hook_menu()
File
- ./
clients.module, line 211 - Clients module - handles keys and service connections and provides an API for clients @author Django Beatty - adub
Code
function clients_delete($arg, $type) {
return drupal_get_form('clients_delete_form', $arg, $type);
}