You are here

function hook_services_request_preprocess_alter in Services 7.3

Allow to alter arguments before they are passed to service callback.

Parameters

$controller: Controller definition

$args: Array of arguments

$options:

See also

services_controller_execute()

services.runtime.inc

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

File

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

Code

function hook_services_request_preprocess_alter($controller, &$args, $options) {
}