function clients_views_perm in Web Service Clients 7
Same name and namespace in other branches
- 6 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 31 - Client for Views
Code
function clients_views_perm() {
return array(
'access clients_views',
);
}