RestWS' hooks in RESTful Web Services 7.2
Same name and namespace in other branches
- 7 restws.api.php \restws_hooks
Hooks that can be implemented by other modules in order to extend restws.
File
- ./restws.api.php, line 16 
- This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.
Functions
| Name   | Location | Description | 
|---|---|---|
| hook_restws_format_info | ./ | Define restws compatible formats. | 
| hook_restws_format_info_alter | ./ | Alter available format information. | 
| hook_restws_meta_controls_alter | ./ | Alter the list of allowed meta controls. | 
| hook_restws_request_alter | ./ | Alter the incoming request array. | 
| hook_restws_resource_info | ./ | Define restws compatible resources. | 
| hook_restws_resource_info_alter | ./ | Alter available resource information. | 
| hook_restws_response_alter | ./ | Alter the outgoing response. | 
