You are here

function services_client_services_client_condition in Services Client 7

Same name and namespace in other branches
  1. 7.2 services_client.plugins.inc \services_client_services_client_condition()

Implementation of hook_services_client_server().

This is a hook that ctools provides

File

./services_client.module, line 190
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_condition() {
  module_load_include('inc', 'services_client', 'include/plugin_definition');
  return _services_client_condition();
}