function clients_service_options in Web Service Clients 6
Same name and namespace in other branches
- 7 clients.module \clients_service_options()
hook_clients_service_options, configure options
1 call to clients_service_options()
- clients_resources_form in ./
clients.module - @todo validate uniqueness of name
File
- ./
clients.module, line 298 - Clients module - handles keys and service connections and provides an API for clients @author Django Beatty - adub
Code
function clients_service_options($connection_id, $wrapper, $wrapper_values, $resource) {
$service = clients_connection_load($connection_id);
return module_invoke_all('clients_service_options', $service, $wrapper, $wrapper_values, $resource);
}