You are here

Functions in Services 6.3

Primary tabs

Namesort descending Location Description Direct uses Strings
_comment_resource_update resources/comment_resource.inc Updates a comment and returns the cid. 1
_file_resource_access resources/file_resource.inc Access check callback for file controllers. 1
_file_resource_create resources/file_resource.inc Adds a new file and returns the fid. 1
_file_resource_definition resources/file_resource.inc THERE SHOULD BE NO UPDATE!!! Drupal doesn't allow updating or replacing a file in the files table. If you need to, create a new file and remove the old file. 1
_file_resource_delete resources/file_resource.inc Delete a file. 1
_file_resource_index resources/file_resource.inc Return an array of optionally paged fids baed on a set of criteria. 1
_file_resource_load_node_files resources/file_resource.inc Generates an array of base64 encoded files attached to a node.
_file_resource_node_access resources/file_resource.inc
_file_resource_retrieve resources/file_resource.inc Get a given file 1 1
_node_resource_access resources/node_resource.inc Determine whether the current user can access a node resource. 2
_node_resource_create resources/node_resource.inc Creates a new node based on submitted values. 2
_node_resource_definition resources/node_resource.inc @file This file will define the resources for dealing directly with nodes 1
_node_resource_delete resources/node_resource.inc Delete a node given its nid. 2
_node_resource_index resources/node_resource.inc Return an array of optionally paged nids baed on a set of criteria. 2
_node_resource_load_node_comments resources/node_resource.inc Returns the comments of a specified node. 2
_node_resource_load_node_files resources/node_resource.inc Generates an array of base64 encoded files attached to a node 2
_node_resource_retrieve resources/node_resource.inc Returns the results of a node_load() for the specified node. 2
_node_resource_update resources/node_resource.inc Updates a new node based on submitted values. 2
_node_resource_validate_type resources/node_resource.inc 2
_rest_server_add_default_and_remove_unknown servers/rest_server/rest_server.module Utility function set set up an array with default values for a set of keys and remove all entries that does not match a key in the set. 1
_rest_server_autoload_info servers/rest_server/rest_server.inc Implementation of hook_autoload_info(). 1
_rest_server_get_spyc_location servers/rest_server/rest_server.module Return the location of the spyc library, if any. 6
_rest_server_settings servers/rest_server/rest_server.inc REST server settings form. Generates the form fragment for configuring the REST server for an endpoint. 2
_rest_server_settings_checkboxes_attributes servers/rest_server/rest_server.inc Utility function that creates attributes for a checkboxes-type form element from a rest server settings array. 1
_rest_server_settings_not_zero servers/rest_server/rest_server.inc Utility function intended for use with array_map to change everything that isn't === 0 into TRUE. 1
_rest_server_settings_submit servers/rest_server/rest_server.inc Submit handler for the services REST server settings form. 2
_services_access_value ./services.runtime.inc 4
_services_apply_endpoint ./services.resource_build.inc Applies the endpoint to a set of resources. Resources and controllers that aren't supported will be removed (if $strict is set to TRUE) and both resources and controllers will get the 'endpoint' attribute set. 2
_services_arg_value ./services.runtime.inc 11
_services_build_resources ./services.resource_build.inc Builds the resource definition array for a endpoint. 2
_services_core_resources ./services.resource_build.inc Supplies the resource definitions for Drupal core data 1
_services_oauth_authenticate_call auth/services_oauth/services_oauth.inc Authenticates a call using OAuth to verify the request. 1
_services_oauth_controller_settings auth/services_oauth/services_oauth.inc 1
_services_oauth_default_security_settings auth/services_oauth/services_oauth.inc 1
_services_oauth_security_settings auth/services_oauth/services_oauth.inc 1
_services_oauth_security_settings_authorization auth/services_oauth/services_oauth.inc
_services_resource_upgrade ./services.resource_build.inc Upgrades old resource definition to the newer format. 1
_services_sessions_authenticate_call ./services.module Authenticates a call using Drupal's built in sessions 1
_system_resource_connect resources/system_resource.inc Returns the details of currently logged in user. 1
_system_resource_definition resources/system_resource.inc @file Link general system functionalities to services module. 1
_taxonomy_resource_access resources/taxonomy_resource.inc 1
_taxonomy_resource_definition resources/taxonomy_resource.inc @file Link general taxonomy functionalities to services module. 1
_taxonomy_term_resource_create resources/taxonomy_resource.inc Create a new taxonomy term based on submitted values. 1 1
_taxonomy_term_resource_delete resources/taxonomy_resource.inc Delete a taxonomy term. 1
_taxonomy_term_resource_index resources/taxonomy_resource.inc Return an array of optionally paged tids baed on a set of criteria. 1
_taxonomy_term_resource_retrieve resources/taxonomy_resource.inc Return the results of taxonomy_get_term() for a specified term id. 1
_taxonomy_term_resource_update resources/taxonomy_resource.inc Update a taxonomy term based on submitted values. 1
_taxonomy_vocabulary_resource_create resources/taxonomy_resource.inc Create a new taxonomy vocabulary based on submitted values. 1 1
_taxonomy_vocabulary_resource_delete resources/taxonomy_resource.inc Delete a taxonomy vocabulary. 1
_taxonomy_vocabulary_resource_index resources/taxonomy_resource.inc Return an array of optionally paged vids baed on a set of criteria. 1

Pages

Other projects