You are here

function hook_services_endpoint_response_alter in Services 7.3

Allows alteration of the response when just the endpoint is requested.

Parameters

string $response: The text displayed to the user.

See also

RESTServer->handle()

File

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

Code

function hook_services_endpoint_response_alter(&$response) {
}