You are here

function hook_services_entity_resource_info_alter in Services Entity API 7.2

Allow modules to alter definitions of Services Entity resource plugins.

Parameters

$info: The info array from hook_services_entity_resource_info().

1 invocation of hook_services_entity_resource_info_alter()
services_entity_get_resource_info in ./services_entity.module
Returns info about all defined resources.

File

./services_entity.api.php, line 43
Hooks provided by Services Entity for the definition of Resource Controllers.

Code

function hook_services_entity_resource_info_alter(&$info) {
}