You are here

function clients_feeds_feeds_importer_default in Web Service Clients 7

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

Implementation of hook_feeds_importer_default().

File

clients/clients_feeds/clients_feeds.features.inc, line 21
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_feeds_importer_default() {
  module_load_include('inc', 'clients_feeds', 'clients_feeds.defaults');
  $args = func_get_args();
  return call_user_func_array('_clients_feeds_feeds_importer_default', $args);
}