function services_client_services_client_mapping in Services Client 7
Same name and namespace in other branches
- 7.2 services_client.plugins.inc \services_client_services_client_mapping()
Implementation of hook_services_client_mapping().
This is a hook that ctools provides
File
- ./
services_client.module, line 180 - Services client module allows to push different types of objects on different types of events such as node_save, user_save to remote masters.
Code
function services_client_services_client_mapping() {
module_load_include('inc', 'services_client', 'include/plugin_definition');
return _services_client_mapping();
}