You are here

function hook_controller_settings_alter in Services 7.3

Allows alteration of controller settings for services endpoints

Parameters

array $controller_info: An array of controller settings added by other modules. By default, this is an empty array.

See also

services_edit_form_endpoint_resources()

1 invocation of hook_controller_settings_alter()
services_edit_form_endpoint_resources in plugins/export_ui/services_ctools_export_ui.class.php
services_edit_form_endpoint_resources function.

File

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

Code

function hook_controller_settings_alter(&$controller_info) {
}