You are here

abstract protected function EntityShareServerRestAbstract::handlePut in Entity Share 7

Handle the PUT method action.

Update an entity.

1 call to EntityShareServerRestAbstract::handlePut()
EntityShareServerRestAbstract::handle in modules/entity_share_server/includes/entity_share_server.rest.abstract.inc
Handle the server.
1 method overrides EntityShareServerRestAbstract::handlePut()
EntityShareServerRest::handlePut in modules/entity_share_server/includes/entity_share_server.rest.inc
Handle the PUT method action.

File

modules/entity_share_server/includes/entity_share_server.rest.abstract.inc, line 231
Class for handling Entity Share Rest Server request.

Class

EntityShareServerRestAbstract
Abstract Class to manage the EntityShare Rest server.

Code

protected abstract function handlePut();