You are here

function services_client_error_sc_process_data in Services Client 7

Same name in this branch
  1. 7 services_client.api.php \services_client_error_sc_process_data()
  2. 7 services_client_error/services_client_error.module \services_client_error_sc_process_data()

Allows to react on syncing event.

Parameters

string $entity_type: Type of pushed entity.

stdClass $entity: Entity that is pushed.

stdClass $task: Services client task object.

File

./services_client.api.php, line 88
Services client allows you to push different objects from local drupal installation to remote servers via REST api.

Code

function services_client_error_sc_process_data($entity_type, $entity, $task) {
}