function clients_access_callback in Web Service Clients 7
Same name and namespace in other branches
- 6 clients.module \clients_access_callback()
any defined perms in this module
1 string reference to 'clients_access_callback'
- clients_menu in ./
clients.module - Implementation of hook_menu()
File
- ./
clients.module, line 188 - Clients module - handles keys and service connections and provides an API for clients
Code
function clients_access_callback() {
return user_access('admin clients connections') || user_access('admin clients resources');
}