You are here

function hook_services_client_connection_load 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_load()

Add custom module properties to connection object

Parameters

stdClass $connection: Connection object loaded form DB

1 function implements hook_services_client_connection_load()

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_load in ./services_client.module
Implements hook_services_client_connection_load().

File

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

Code

function hook_services_client_connection_load($connection) {
}