You are here

function clients_feeds_ctools_plugin_api in Web Service Clients 6

Same name and namespace in other branches
  1. 7 clients/clients_feeds/clients_feeds.features.inc \clients_feeds_ctools_plugin_api()

Implementation of hook_ctools_plugin_api().

File

clients/clients_feeds/clients_feeds.features.inc, line 12
Default hook definitions. This code is generated with Features module but it has been tweaked manually. Do not attempt to reexport.

Code

function clients_feeds_ctools_plugin_api() {
  module_load_include('inc', 'clients_feeds', 'clients_feeds.defaults');
  $args = func_get_args();
  return call_user_func_array('_clients_feeds_ctools_plugin_api', $args);
}