function restws_init in RESTful Web Services 7.2
Implements hook_init().
Sets the router item for the current path when it has a format.
File
- ./
restws.module, line 203 - RESTful web services module.
Code
function restws_init() {
// Determine the router item for the current path.
_restws_determine_router_item();
}