You are here

protected function EventHandler::afterSync in Services Client 7.2

Allow plugin to react on before sync event.

Parameters

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

2 calls to EventHandler::afterSync()
EntityDeleteHandler::execute in include/event.inc
Execute event and send event to remove endpoint.
EntitySaveHandler::execute in include/event.inc
Execute event and send event to remove endpoint.

File

include/event.inc, line 670

Class

EventHandler
Event handler plugin.

Code

protected function afterSync($object, ServicesClientEventResult $result) {
}