You are here

public function EventHandler::getEntity in Services Client 7.2

Retrieve current event entity.

Return value

stdClass Drupal entity.

12 calls to EventHandler::getEntity()
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.
EntitySaveHandler::getMappedObject in include/event.inc
Retrieve object that should be send to remote site.
EventHandler::enqueue in include/event.inc
Enqueue item if should be queue.
EventHandler::enqueueEntity in include/event.inc
Put current entity to queue.

... See full list

File

include/event.inc, line 385

Class

EventHandler
Event handler plugin.

Code

public function getEntity() {
  return $this->entity;
}