function clients_views_perm in Web Service Clients 6
Same name and namespace in other branches
- 7 clients/clients_views/clients_views.module \clients_views_perm()
Valid permissions for this module
Return value
array An array of valid permissions for the clients_feeds module
File
- clients/
clients_views/ clients_views.module, line 32 - Client for Views @author Django Beatty
Code
function clients_views_perm() {
return array(
'access clients_views',
);
}