You are here

function hook_services_client_connection_save in Services Client 7.2

Same name and namespace in other branches
  1. 7 services_client_connection/services_client_connection.api.php \hook_services_client_connection_save()

Connection is saved, module should save data to own table

Parameters

stdClass $connection: Connection object

1 function implements hook_services_client_connection_save()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

services_client_services_client_connection_save in ./services_client.module
Implements hook_services_client_connection_save().

File

services_client_connection/services_client_connection.api.php, line 48
Services Client Connection exposed hooks

Code

function hook_services_client_connection_save($connection) {
}