You are here

clients_feeds.features.inc in Web Service Clients 6

Same filename and directory in other branches
  1. 7 clients/clients_feeds/clients_feeds.features.inc

Default hook definitions. This code is generated with Features module but it has been tweaked manually. Do not attempt to reexport.

File

clients/clients_feeds/clients_feeds.features.inc
View source
<?php

/**
 * @file
 * Default hook definitions. This code is generated with Features module but it
 * has been tweaked manually. Do not attempt to reexport.
 */

/**
 * Implementation of hook_ctools_plugin_api().
 */
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);
}

/**
 * Implementation of hook_feeds_importer_default().
 */
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);
}

Functions

Namesort descending Description
clients_feeds_ctools_plugin_api Implementation of hook_ctools_plugin_api().
clients_feeds_feeds_importer_default Implementation of hook_feeds_importer_default().