You are here

function clients_drupal_perm in Web Service Clients 6

Same name and namespace in other branches
  1. 7 backends/clients_drupal/clients_drupal.module \clients_drupal_perm()

Implementation of hook_perm() @TODO

Return value

array An array of valid permissions for the clients_drupal module

File

backends/clients_drupal/clients_drupal.module, line 34
Drupal Services plugin for Clients module @author Django Beatty - adub

Code

function clients_drupal_perm() {
  return array(
    'clients_drupal admin',
  );
}