hook_restful_parse_request_alter |
./restful.api.php |
Allow altering the request before it is processed. |
|
|
restful_admin_settings |
./restful.admin.inc |
Menu callback; Admin settings form. |
|
1 |
restful_angular_example_ctools_plugin_directory |
modules/restful_angular_example/restful_angular_example.module |
Implements hook_ctools_plugin_directory(). |
|
|
restful_angular_example_delivery |
modules/restful_angular_example/restful_angular_example.module |
Custom delivery callback. |
|
1 |
restful_angular_example_library |
modules/restful_angular_example/restful_angular_example.module |
Implements hook_library(). |
|
|
restful_angular_example_menu |
modules/restful_angular_example/restful_angular_example.module |
Implements hook_menu(). |
|
|
restful_angular_example_page |
modules/restful_angular_example/restful_angular_example.module |
Page callback; Load the AngularJs form. |
|
1 |
restful_angular_example_theme |
modules/restful_angular_example/restful_angular_example.module |
Implements hook_theme(). |
|
|
restful_cron |
./restful.module |
Implements hook_cron(). |
|
|
restful_csrf_session_token |
./restful.module |
Page callback: returns a session token for the currently active user. |
1 |
|
restful_ctools_plugin_directory |
./restful.module |
Implements hook_ctools_plugin_directory(). |
|
|
restful_ctools_plugin_type |
./restful.module |
Implements hook_ctools_plugin_type(). |
|
|
restful_date_time_format_element_validate |
./restful.module |
Element validate \DateTime format function. |
|
2 |
restful_delivery |
./restful.module |
Returns data in JSON format. |
3 |
|
restful_deliver_menu_not_found |
./restful.module |
Delivers a not found (404) error. |
|
1 |
restful_entity_delete |
./restful.entity.inc |
Implements hook_entity_delete(). |
|
|
restful_entity_info |
./restful.entity.inc |
Implements hook_entity_info(). |
|
|
restful_entity_update |
./restful.entity.inc |
Implements hook_entity_update(). |
|
|
restful_example_ctools_plugin_directory |
modules/restful_example/restful_example.module |
Implements hook_ctools_plugin_directory(). |
|
|
restful_formatted_delivery |
./restful.module |
Returns data in JSON format using data preparation in the formatter plugin. |
|
1 |
restful_get_authentication_handler |
./restful.module |
Return the authentication handler based on the authentication plugin name. |
2 |
|
restful_get_authentication_plugin |
./restful.module |
Include CTools plugins and get the specified authentication plugin. |
2 |
|
restful_get_authentication_plugins |
./restful.module |
Include CTools plugins and get all authentication plugins. |
1 |
|
restful_get_formatter_handler |
./restful.module |
Return the formatter handler based on the formatter plugin name. |
4 |
|
restful_get_formatter_plugin |
./restful.module |
Include CTools plugins and get the specified formatter plugin. |
1 |
|
restful_get_formatter_plugins |
./restful.module |
Include CTools plugins and get all formatter plugins. |
3 |
|
restful_get_rate_limit_plugin |
./restful.module |
Include CTools plugins and get the specified rate_limit plugin. |
1 |
|
restful_get_rate_limit_plugins |
./restful.module |
Include CTools plugins and get all rate_limit plugins. |
|
|
restful_get_restful_handler |
./restful.module |
Return the handler based on major and minor version, and resource name. |
55 |
1 |
restful_get_restful_handler_by_name |
./restful.module |
Return the handler based on major and minor version, and resource name. |
2 |
|
restful_get_restful_handler_for_path |
./restful.module |
Helper function to get the restful handler for the selected path. |
3 |
1 |
restful_get_restful_plugins |
./restful.module |
Include CTools plugins and get all restful plugins. |
5 |
|
restful_help |
./restful.module |
Implements hook_help(). |
|
|
restful_is_user_switched |
./restful.module |
Determine if this is the first time we try to switch the user. |
1 |
|
restful_menu |
./restful.module |
Implements hook_menu(). |
|
|
restful_menu_access_callback |
./restful.module |
Access callback; Determine access for an API call. |
|
1 |
restful_menu_process_callback |
./restful.module |
Page callback; Return the response for an API call. |
|
2 |
restful_node_access_test_node_access_records |
tests/modules/restful_node_access_test/restful_node_access_test.module |
Implements hook_node_access_records(). |
|
|
restful_node_access_test_node_grants |
tests/modules/restful_node_access_test/restful_node_access_test.module |
Implements hook_node_grants(). |
|
|
restful_page_delivery_callback_alter |
./restful.module |
Implements hook_page_delivery_callback_alter(). |
|
|
restful_parse_request |
./restful.module |
Build the request array from PHP globals and input stream. |
2 |
|
restful_permission |
./restful.module |
Implements hook_permission(). |
|
|
restful_plugin_process |
./restful.module |
Add defaults values to the restful related plugins. |
|
1 |
restful_restful_per_role_content_get_child |
modules/restful_example/plugins/restful/node/per_role_content/1.0/per_role_content__1_0.inc |
Get children implementation. |
|
1 |
restful_restful_per_role_content_get_children |
modules/restful_example/plugins/restful/node/per_role_content/1.0/per_role_content__1_0.inc |
Get children implementation. |
|
1 |
restful_schema |
./restful.install |
Implements hook_schema(). |
|
|
restful_test_add_fields |
tests/modules/restful_test/restful_test.module |
Helper function to add common fields. |
7 |
|
restful_test_clear_access_field |
tests/modules/restful_test/restful_test.module |
Clear un-accessible fields. |
3 |
|
restful_test_clear_access_node |
tests/modules/restful_test/restful_test.module |
Clear un-accessible node. |
|
|
restful_test_create_node_with_tags |
tests/modules/restful_test/restful_test.module |
Helper function; Create a node with taxonomy terms. |
2 |
|