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