You are here

function clients_arguments in Web Service Clients 6

Same name and namespace in other branches
  1. 7 clients.module \clients_arguments()

defines hook_clients_arguments() return array of rows with following fields: $foo->name, $foo->title, $foo->help,

1 call to clients_arguments()
clients_views_views_data in clients/clients_views/clients_views.module

File

./clients.module, line 271
Clients module - handles keys and service connections and provides an API for clients @author Django Beatty - adub

Code

function clients_arguments($source) {
  return module_invoke_all('clients_arguments', $source);
}