function clients_access_callback in Web Service Clients 6
Same name and namespace in other branches
- 7 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 147 - Clients module - handles keys and service connections and provides an API for clients @author Django Beatty - adub
Code
function clients_access_callback() {
return user_access('admin clients connections') || user_access('admin clients resources');
}