protected property ServicesClientConnectionRestServer::$rest_actions in Services Client 7
Same name and namespace in other branches
- 7.2 services_client_connection/plugins/ServicesClientConnectionRestServer.inc \ServicesClientConnectionRestServer::rest_actions
Specificy REST actions
File
- services_client_connection/
plugins/ ServicesClientConnectionRestServer.inc, line 27
Class
Code
protected $rest_actions = array(
'retrieve' => 'GET',
'update' => 'PUT',
'create' => 'POST',
'delete' => 'DELETE',
);