You are here

RestWS' hooks in RESTful Web Services 7.2

Same name and namespace in other branches
  1. 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

Namesort descending Location Description
hook_restws_format_info ./restws.api.php Define restws compatible formats.
hook_restws_format_info_alter ./restws.api.php Alter available format information.
hook_restws_meta_controls_alter ./restws.api.php Alter the list of allowed meta controls.
hook_restws_request_alter ./restws.api.php Alter the incoming request array.
hook_restws_resource_info ./restws.api.php Define restws compatible resources.
hook_restws_resource_info_alter ./restws.api.php Alter available resource information.
hook_restws_response_alter ./restws.api.php Alter the outgoing response.