function hook_default_wsclient_service_alter in Web service client 7
Alter default web service descriptions.
Parameters
$services: The default web service descriptions of all modules as returned from hook_default_wsclient_service().
See also
hook_default_wsclient_service()
File
- ./
wsclient.api.php, line 159 - This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document web service descriptions in the standard Drupal manner.
Code
function hook_default_wsclient_service_alter(&$services) {
$services['master']->label = 'New fancy mster site.';
}