public function EntityShareServerRestAbstract::getResult in Entity Share 7
Get the result of the action.
Return value
mixed The results.
1 call to EntityShareServerRestAbstract::getResult()
- EntityShareServerRestAbstract::formatResponse in modules/
entity_share_server/ includes/ entity_share_server.rest.abstract.inc - Format the response in function of the accept header.
File
- modules/
entity_share_server/ includes/ entity_share_server.rest.abstract.inc, line 106 - Class for handling Entity Share Rest Server request.
Class
- EntityShareServerRestAbstract
- Abstract Class to manage the EntityShare Rest server.
Code
public function getResult() {
return $this->result;
}