You are here

function hook_services_request_postprocess_alter in Services 7.3

Alter results of the services call.

Parameters

$controller: Controller definition

array $args: Arguments passed to services callback

array $result: Array of results that can be altered

See also

services_controller_execute()

services.runtime.inc

1 invocation of hook_services_request_postprocess_alter()
_services_controller_execute_internals in includes/services.runtime.inc
Internals of the services_controller_execute().

File

docs/services.alter.api.php, line 42
Documentation about Services alter hooks and variables.

Code

function hook_services_request_postprocess_alter($controller, $args, &$result) {
}