You are here

Functions in Webform Service 7.4

Primary tabs

Namesort descending Location Description Direct uses Strings
webform_service_field_value ./webform_service.module Get the field value provided the entity and field name. 1
webform_service_get_components ./webform_service.module Returns the data structure for webform components. 2
webform_service_get_conditionals ./webform_service.module Returns the data structure for webform conditionals. 1
webform_service_get_resource ./webform_service.module Returns a single media resource. 3 1
webform_service_get_submission ./webform_service.module Returns a single submission resource. 4
webform_service_get_submission_by_uuid ./webform_service.module Returns a single submission provided the uuid. 1
webform_service_get_webform ./webform_service.module Returns a data structure of a webform object. 1
webform_service_library ./webform_service.module Implements hook_library().
webform_service_node_submit ./webform_service.module Implements hook_node_submit
webform_service_parse_submission ./webform_service.module Provided a submission in external format, this parses it to what webform expects. 3
webform_service_resource_access ./webform_service.module Determine whether the current user can access a node resource. 1
webform_service_resource_create resources/webform_resource.inc Creates a new webform based on submitted values. 1
webform_service_resource_delete resources/webform_resource.inc Delete a node given its nid. 1
webform_service_resource_index ./webform_service.module Return an array of optionally paged nids based on a set of criteria. 1
webform_service_resource_load ./webform_service.module Load a resource provided its uuid. Much like node_load, but with uuid's... 11
webform_service_resource_update resources/webform_resource.inc Updates a new webform based on submitted values. 1
webform_service_services_resources ./webform_service.module
webform_service_set_webform_values ./webform_service.module Sets the default values for a new webform. 1
webform_service_submission_access ./webform_service.module Determine whether the current user has access to a submission. 1
webform_service_submission_create resources/submission_resource.inc Creates a new submission within a webform. 1
webform_service_submission_delete resources/submission_resource.inc Delete a submission within a webform. 1
webform_service_submission_index ./webform_service.module Retrieve all submissions for a webform. 1
webform_service_submission_update resources/submission_resource.inc Updates a webform submission based on submitted values. 1
webform_service_validate_parameters ./webform_service.module The number of objects to return. 1
webform_service_webform_prepare ./webform_service.module Prepares a webform object to be created or updated. 2
_submission_resource_definition resources/submission_resource.inc The submission resource definition. 1
_webform_resource_definition resources/webform_resource.inc The webform resource definition. 1
_webform_resource_index resources/webform_resource.inc Return an array of optionally paged nids baed on a set of criteria. 1

Other projects