You are here

function feeds_feeds_plugins in Feeds 6

Same name and namespace in other branches
  1. 7.2 feeds.module \feeds_feeds_plugins()
  2. 7 feeds.module \feeds_feeds_plugins()

Implementation of hook_feeds_plugins().

Related topics

File

./feeds.module, line 318
Feeds - basic API functions and hook implementations.

Code

function feeds_feeds_plugins() {
  module_load_include('inc', 'feeds', 'feeds.plugins');
  return _feeds_feeds_plugins();
}