You are here

Functions in Services 6.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 2
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 servers/rest_server/rest_server.api.php Triggered when the REST server request a list of supported response formats.
hook_server ./services.servers.api.php Acts on requests to the server defined in hook_server_info().
hook_server_info ./services.servers.api.php Identifies a server implementation to Services.
hook_services_authentication_info ./services.authentication.api.php Supplies information about a given authentication method to Services.
hook_services_resources ./services.services.api.php Implementation of hook_services_resources(). Defines function signatures for resources available to services.
rest_server_autoload_info servers/rest_server/rest_server.module
rest_server_enable servers/rest_server/rest_server.module Implementation of hook_enable().
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_services_resources_alter servers/rest_server/rest_server.module Implements hook_services_resources_alter().
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
services_access_menu ./services.module Access callback that always returns TRUE. 1 3
services_authentication_info ./services.runtime.inc Gets information about a authentication module. 4
services_auth_invoke ./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 ./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_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 Implementation of hook_ctools_plugin_api().
services_ctools_plugin_directory ./services.module Implementation of hook_ctools_plugin_directory().
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 services_edit_form_endpoint_resources_submit function.
services_edit_form_endpoint_resources_validate plugins/export_ui/services_ctools_export_ui.class.php services_edit_form_endpoint_resources_validate function.
services_edit_form_endpoint_server plugins/export_ui/services_ctools_export_ui.class.php 1
services_edit_form_endpoint_server_submit plugins/export_ui/services_ctools_export_ui.class.php
services_endpoint_callback ./services.module Menu system page callback for server endpoints. 1
services_endpoint_delete ./services.module Remove an endpoint.
services_endpoint_export ./services.module Export an endpoint. 1
services_endpoint_load ./services.module Load a single endpoint. 10
services_endpoint_load_all ./services.module Load all endpoints. 1
services_endpoint_new ./services.module Create a new endpoint with defaults appropriately set from schema. 1
services_endpoint_save ./services.module Saves an endpoint in the database. 7
services_error ./services.runtime.inc Prepare an error message for returning to the server. 29
services_get_resources ./services.module Gets all resource definitions. 4
services_get_servers ./services.module Returns information about the installed server modules on the system. 4
services_get_server_info ./services.runtime.inc Gets a server info value. 8
services_help ./services.module Implementation of hook_help(). 1
services_install ./services.install Implementation of hook_install().
services_menu ./services.module Implementation of hook_menu().
services_oauth_install auth/services_oauth/services_oauth.install Implementation of hook_install().

Pages

Other projects