You are here

function clients_ctools_plugin_type in Web Service Clients 7.3

Implements hook_ctools_plugin_type().

File

./clients.module, line 488
Clients module provides a UI, storage, and an API for handling connections to remote webservices, including those provided by Services module on other Drupal sites.

Code

function clients_ctools_plugin_type() {
  $plugins['clients_credentials_storage'] = array();
  return $plugins;
}