You are here

function system_service_perm in Services 5

Same name and namespace in other branches
  1. 6 services/system_service/system_service.module \system_service_perm()
  2. 6.2 services/system_service/system_service.module \system_service_perm()
  3. 7 services/system_service/system_service.module \system_service_perm()

File

services/system_service/system_service.module, line 18
The module which exposes services related to system activies

Code

function system_service_perm() {
  return array(
    'send mail from remote',
    'get variable from remote',
    'set variable from remote',
    'check module exists from remote',
  );
}