You are here

function clients_arguments in Web Service Clients 7

Same name and namespace in other branches
  1. 6 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 336
Clients module - handles keys and service connections and provides an API for clients

Code

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