protected function EntityShareServerRest::handlePut in Entity Share 7
Handle the PUT method action.
Update an entity.
Overrides EntityShareServerRestAbstract::handlePut
File
- modules/
entity_share_server/ includes/ entity_share_server.rest.inc, line 85 - Class for handling REST request.
Class
- EntityShareServerRest
- Class EntityShareServerRest.
Code
protected function handlePut() {
$this
->handlePost();
}