You are here

function services_delegate_access in Services 6.2

Same name and namespace in other branches
  1. 7 services.module \services_delegate_access()

Should be removed. This code doesn't seem to be used anywhere.

Parameters

string $perm: The permission to check for.

Return value

bool

File

./services.module, line 670
Provides a generic but powerful API for exposing web services.

Code

function services_delegate_access($perm) {
  return services_auth_invoke('delegate_access', $perm);
}