You are here

function taxonomy_service_perm in Services 6.2

Implementation of hook_perm().

File

services/taxonomy_service/taxonomy_service.module, line 10
Link general taxonomy functionalities to services module.

Code

function taxonomy_service_perm() {
  return array(
    'administer taxonomy from remote',
    'access taxonomy from remote',
  );
}