You are here

function clients_drupal_perm in Web Service Clients 7

Same name and namespace in other branches
  1. 6 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 48
Drupal Services plugin for Clients module

Code

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