You are here

function clients_resources_add in Web Service Clients 6

Same name and namespace in other branches
  1. 7 clients.module \clients_resources_add()
1 string reference to 'clients_resources_add'
clients_menu in ./clients.module
Implementation of hook_menu()

File

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

Code

function clients_resources_add() {
  return drupal_get_form('clients_resources_form');
}