You are here

abstract public function EventHandler::execute in Services Client 7.2

Execute syncing of entity.

Return value

result

2 methods override EventHandler::execute()
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 333

Class

EventHandler
Event handler plugin.

Code

public abstract function execute();