function hook_services_client_data_exclude in Services Client 7
Allows to exclude data from being sent
Parameters
type $object:
type $type:
File
- ./
services_client.api.php, line 38 - Services client allows you to push different objects from local drupal installation to remote servers via REST api.
Code
function hook_services_client_data_exclude($object, $type) {
}