You are here

function hook_clients_connection_type_info_alter in Web Service Clients 7.3

Alter Clients connection types definitions.

Parameters

$connection_types: An array of information on the connection types as returned by hook_clients_connection_type_info().

1 invocation of hook_clients_connection_type_info_alter()
clients_get_connection_types in ./clients.module
Get a list of all connection types.

File

./clients.api.php, line 76
Hooks provided by the Clients module.

Code

function hook_clients_connection_type_info_alter($connection_types) {
}