You are here

function hook_rest_server_request_parsed_alter in Services 7.3

Allows alteration of the parsed request data before calling the controller.

Parameters

array $data: The parsed request data.

array $controller: The current controller definition.

See also

RESTServer->getControllerArguments()

1 invocation of hook_rest_server_request_parsed_alter()
RESTServer::getControllerArguments in servers/rest_server/includes/RESTServer.inc
Parses controller arguments from request

File

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

Code

function hook_rest_server_request_parsed_alter(&$data, $controller) {
}