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_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. |
|
|
restws_basic_auth_init |
restws_basic_auth/restws_basic_auth.module |
Implements hook_init(). |
|
|
restws_basic_auth_restws_request_alter |
restws_basic_auth/restws_basic_auth.module |
Implements hook_restws_request_alter(). |
|
|
restws_basic_auth_uninstall |
restws_basic_auth/restws_basic_auth.install |
Implements hook_uninstall(). |
|
|
restws_basic_auth_update_7100 |
restws_basic_auth/restws_basic_auth.install |
Set the user name regex to accept all for backwards compatibility. |
|
|
restws_csrf_validation |
./restws.module |
Ensures that a request with cookies has the required CSRF header set. |
1 |
|
restws_entity_info_alter |
./restws.module |
Implements hook_entity_info_alter(). |
|
|
restws_entity_node_access |
./restws.module |
Access callback for the node entity. |
|
1 |
restws_format |
./restws.module |
Returns an instance of a format. |
3 |
|
restws_format_mimetype |
./restws.module |
Returns the format instance for a given MIME type. |
1 |
|
restws_get_format_info |
./restws.module |
Returns info about all defined formats. |
2 |
|
restws_get_resource_info |
./restws.module |
Returns info about all defined resources. |
3 |
|
restws_handle_request |
./restws.module |
Handles a request. |
1 |
|
restws_menu |
./restws.module |
Implements hook_menu(). |
|
|
restws_menu_alter |
./restws.module |
Implements hook_menu_alter(). |
|
|
restws_module_implements_alter |
./restws.module |
Implements hook_module_implements_alter(). |
|
|
restws_page_callback |
./restws.module |
Menu page callback. |
|
1 |
restws_permission |
./restws.module |
Implements hook_permission(). |
|
|
restws_property_access_filter |
./restws.formats.inc |
Filters out properties where view access is not allowed for the current user. |
3 |
|
restws_resource_controller |
./restws.module |
Returns a instance of a resource controller. |
1 |
|
restws_resource_uri |
./restws.module |
Returns the URI used for the given resource. |
4 |
|
restws_restws_format_info |
./restws.module |
Implements hook_restws_format_info(). |
|
|
restws_restws_resource_info |
./restws.module |
Implements hook_restws_resource_info(). |
|
|
restws_session_token |
./restws.module |
Page callback: returns a session token for the currently active user. |
|
1 |
restws_test_field_access |
tests/restws_test.module |
Implements hook_field_access(). |
|
|
restws_update_7001 |
./restws.install |
Clear the page cache to throw out any RESTWS responses that could be
delivered on HTML requests. |
|
|
restws_update_7002 |
./restws.install |
Empty update to force a cache clear. |
|
|