You are here

abstract protected function EventHandler::doSync in Services Client 7.2

Make actual request to remote site to sync object.

Parameters

stdClass $object: Mapped object that will be sent to remote site.

Return value

stdClass Response from ServicesClientConnection

2 methods override EventHandler::doSync()
EntityDeleteHandler::doSync in include/event.inc
Execute sync action.
EntitySaveHandler::doSync in include/event.inc
Execute sync action.

File

include/event.inc, line 681

Class

EventHandler
Event handler plugin.

Code

protected abstract function doSync($object);