You are here

Functions in Services 7.3

Primary tabs

Namesort descending Location Description Direct uses Strings
bencode servers/rest_server/lib/bencode.php Bencode snippet from http://paste.lisp.org/display/17178 1
drush_services_security_update_1 ./services.drush.inc
hook_controller_settings_alter docs/services.alter.api.php Allows alteration of controller settings for services endpoints
hook_rest_server_execute_errors_alter docs/services.alter.api.php Allows alteration of error data before the status code or message are returned.
hook_rest_server_execute_errors_alter servers/rest_server/rest_server.api.php Alter error messages right before delivering.
hook_rest_server_headers_parsed_alter docs/services.alter.api.php Allows alteration of the parsed request headers before calling the controller.
hook_rest_server_request_parsed_alter docs/services.alter.api.php Allows alteration of the parsed request data before calling the controller.
hook_rest_server_request_parsers_alter docs/services.alter.api.php Allows alteration of the REST server request parser list.
hook_rest_server_request_parsers_alter servers/rest_server/rest_server.api.php Triggered when the REST server request a list of available request parsers.
hook_rest_server_response_formatters_alter docs/services.alter.api.php Allows alteration of the REST server response formatter list.
hook_rest_server_response_formatters_alter servers/rest_server/rest_server.api.php Triggered when the REST server request a list of supported response formats.
hook_server docs/services.servers.api.php Acts on requests to the server defined in hook_server_info().
hook_server_info docs/services.servers.api.php Identifies a server implementation to Services.
hook_services_account_object_alter docs/services.alter.api.php Allows alteration of the user object after services removes sensitive information.
hook_services_authentication_info docs/services.authentication.api.php Supplies information about a given authentication method to Services.
hook_services_authentication_info_alter docs/services.alter.api.php Allows alteration of authentication methods.
hook_services_endpoint_response_alter docs/services.alter.api.php Allows alteration of the response when just the endpoint is requested.
hook_services_request_postprocess_alter docs/services.alter.api.php Alter results of the services call.
hook_services_request_preprocess_alter docs/services.alter.api.php Allow to alter arguments before they are passed to service callback.
hook_services_resources docs/services.services.api.php Defines function signatures for resources available to services.
hook_services_resources_alter docs/services.alter.api.php Allows alteration of the services_resources array.
hook_services_resources_post_processing_alter docs/services.alter.api.php Allows alteration of the services_resources array after processing
rest_server_libraries_info servers/rest_server/rest_server.module Implements hook_libraries_info(). 1
rest_server_request_parsers servers/rest_server/rest_server.module Builds a list of request parsers that are available to the RESTServer. 2
rest_server_requirements servers/rest_server/rest_server.install Implements hook_requirements().
rest_server_response_formatters servers/rest_server/rest_server.module Builds a list of response formatters that are available to the RESTServer. 2
rest_server_server servers/rest_server/rest_server.module Starting point of the REST server.
rest_server_server_info servers/rest_server/rest_server.module Implements hook_server_info().
rest_server_setup_settings servers/rest_server/rest_server.module Set up settings for a rest server endpoint, fills the settings array with defaults. This is done to ensure that the default state is consistent between what's shown by default in the settings form and used by default by the REST server if it… 2
rest_server_uninstall servers/rest_server/rest_server.install Implements hook_uninstall().
services_access_menu ./services.module Access callback that always returns TRUE. 4
services_authentication_info includes/services.runtime.inc Gets information about a authentication module. 4
services_auth_invoke includes/services.runtime.inc Invokes a authentication module callback. 4
services_controllers_list ./services.module Returns all the controller names for a endpoint.
services_controller_execute includes/services.runtime.inc Performs access checks and executes a services controller. This method is called by server implementations. 2
services_controller_get ./services.module Returns the requested controller. 1
services_ctools_export_ui_form plugins/export_ui/services_ctools_export_ui.inc Form to edit the settings of an endpoint. 1
services_ctools_export_ui_form_machine_name_exists plugins/export_ui/services_ctools_export_ui.inc Endpoint name check whether this machine name already exists. 1
services_ctools_export_ui_form_submit plugins/export_ui/services_ctools_export_ui.inc Submit handler for endpoint. 1
services_ctools_export_ui_form_validate plugins/export_ui/services_ctools_export_ui.inc Validate submission of the preset edit form. 1
services_ctools_plugin_api ./services.module Implements of hook_ctools_plugin_api().
services_ctools_plugin_directory ./services.module Implement of hook_ctools_plugin_directory().
services_drush_command ./services.drush.inc
services_drush_help ./services.drush.inc
services_edit_endpoint_resources plugins/export_ui/services_ctools_export_ui.class.php services_edit_endpoint_resources function.
services_edit_form_endpoint_authentication plugins/export_ui/services_ctools_export_ui.class.php Endpoint authentication configuration form. 1
services_edit_form_endpoint_authentication_submit plugins/export_ui/services_ctools_export_ui.class.php
services_edit_form_endpoint_resources plugins/export_ui/services_ctools_export_ui.class.php services_edit_form_endpoint_resources function. 2
services_edit_form_endpoint_resources_submit plugins/export_ui/services_ctools_export_ui.class.php Resources form submit function.
services_edit_form_endpoint_resources_validate plugins/export_ui/services_ctools_export_ui.class.php services_edit_form_endpoint_resources_validate function.

Pages

Other projects