You are here

abstract protected function EntityShareServerRestAbstract::handlePost in Entity Share 7

Handle the POST method action.

Create a new entity.

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

File

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

Class

EntityShareServerRestAbstract
Abstract Class to manage the EntityShare Rest server.

Code

protected abstract function handlePost();