You are here

wsclient_ui.install in Web service client 7

Web service client UI - installation file.

File

wsclient_ui/wsclient_ui.install
View source
<?php

/**
 * @file
 * Web service client UI - installation file.
 */

/**
 * Clear caches to register the new WSClientUIController class.
 */
function wsclient_ui_update_7101() {

  // Nothing to do, as update.php clears caches anyway.
}

Functions

Namesort descending Description
wsclient_ui_update_7101 Clear caches to register the new WSClientUIController class.