You are here

Functions in Web Service Clients 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
clients_admin_cache ./clients.module Form builder for the admin settings form. 1
clients_connections_checkbox_options ./clients.module FormAPI helper to get a list of clients for a checkboxes form element.
clients_connections_list ./clients.connection.admin.inc Page callback: list connections. 1
clients_connections_select_options ./clients.module FormAPI helper to get a list of clients for a select form element.
clients_connection_add ./clients.connection.admin.inc Menu callback for adding a new connection. 1
clients_connection_call ./clients.module Call a remote method on a client.
clients_connection_form ./clients.connection.admin.inc Form builder for editing a connection. 2
clients_connection_form_submit ./clients.connection.admin.inc Form submit handler for the connection form.
clients_connection_form_validate ./clients.connection.admin.inc Form validator handler for the connection form.
clients_connection_load ./clients.module Load a connection object which can then be used to make method calls. 2
clients_connection_load_all ./clients.module Load all connections. 4
clients_connection_test_form ./clients.connection.admin.inc Page callback to test a connection. 1
clients_connection_test_form_submit ./clients.connection.admin.inc Submit handler for the connection test page.
clients_connection_test_form_validate ./clients.connection.admin.inc Validate handler for the connection test page.
clients_connection_uninstall_connection_delete ./clients.install Helper function for connection type modules to delete all their connections. 1
clients_connection_unpack_object ./clients.module CTools object factory: unpacks the data from CTools into the right class. 1
clients_connection_view ./clients.connection.admin.inc Page callback to view a single connection. 1
clients_drupal_admin connections/clients_drupal/clients_drupal.module Form builder for the Drupal clients admin settings. 1
clients_drupal_clients_connection_type_info connections/clients_drupal/clients_drupal.module Implementation of hook_clients_connection_type_info().
clients_drupal_decrypt connections/clients_drupal/clients_drupal.module Decrypt a value with the chosen encryption method. 1
clients_drupal_encrypt connections/clients_drupal/clients_drupal.module Encrypt a value with the chosen encryption method. 2
clients_drupal_encryption_methods connections/clients_drupal/clients_drupal.module Helper function to retrieve all available encryption methods. 1
clients_drupal_help connections/clients_drupal/clients_drupal.module Implementation of hook_help()
clients_drupal_menu connections/clients_drupal/clients_drupal.module Implementation of hook_menu()
clients_drupal_uninstall connections/clients_drupal/clients_drupal.install Implementation of hook_uninstall().
clients_export_object ./clients.module Export an object into code. 1
clients_flush_caches ./clients.module Implementation of hook_flush_caches().
clients_get_connection ./clients.module Load a connection object by id, which can then be used to make method calls.
clients_get_connection_types ./clients.module Get a list of all connection types. 2
clients_help ./clients.module Implementation of hook_help().
clients_install ./clients.install Implementation of hook_install().
clients_menu ./clients.module Implementation of hook_menu().
clients_perm ./clients.module Implementation of hook_perm().
clients_schema ./clients.install Implementation of hook_schema
clients_uninstall ./clients.install Implementation of hook_uninstall().
client_delete_confirm ./clients.module Form builder for confirmation of deletion of a connection. 1
client_delete_confirm_submit ./clients.module Form submit handler for the deletion form.
crypt_blowfish_admin connections/clients_drupal/crypt_blowfish/crypt_blowfish.module 1
crypt_blowfish_clients_drupal_decrypt connections/clients_drupal/crypt_blowfish/crypt_blowfish.module Implementation of hook_clients_drupal_decrypt()
crypt_blowfish_clients_drupal_encrypt connections/clients_drupal/crypt_blowfish/crypt_blowfish.module Implementation of hook_clients_drupal_encrypt()
crypt_blowfish_clients_drupal_encryption_methods connections/clients_drupal/crypt_blowfish/crypt_blowfish.module Implementation of hook_clients_drupal_encryption_methods()
crypt_blowfish_help connections/clients_drupal/crypt_blowfish/crypt_blowfish.module Implementation of hook_help()
crypt_blowfish_install connections/clients_drupal/crypt_blowfish/crypt_blowfish.install Implementation of hook_install().
crypt_blowfish_menu connections/clients_drupal/crypt_blowfish/crypt_blowfish.module Implementation of hook_menu()
crypt_blowfish_perm connections/clients_drupal/crypt_blowfish/crypt_blowfish.module Implementation of hook_perm() @TODO
crypt_blowfish_requirements connections/clients_drupal/crypt_blowfish/crypt_blowfish.install Implementation of hook_requirements
crypt_blowfish_uninstall connections/clients_drupal/crypt_blowfish/crypt_blowfish.install Implementation of hook_uninstall().
hook_clients_connection_type_info ./clients.api.php Inform Clients about connection types.
hook_client_connection_test_buttons_alter ./clients.api.php Add or alter connection actions to test a connection.

Other projects