RestWS' hooks in RESTful Web Services 7
Same name and namespace in other branches
- 7.2 restws.api.php \restws_hooks
 
Hooks that can be implemented by other modules in order to extend restws.
File
- ./
restws.api.php, line 17  - 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_request_alter | 
            ./ | 
                  Alter the incoming request array. | 
| hook_restws_resource_info | 
            ./ | 
                  Define restws compatible resources. | 
| hook_restws_resource_info_alter | 
            ./ | 
                  Alter available resource information. |