You are here

abstract protected function EntityShareServerRestAbstract::handleGet in Entity Share 7

Handle the GET method action.

Read an entity.

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

File

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

Class

EntityShareServerRestAbstract
Abstract Class to manage the EntityShare Rest server.

Code

protected abstract function handleGet();