You are here

function feeds_importer_load in Feeds 6

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

Menu loader callback.

Related topics

File

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

Code

function feeds_importer_load($id) {
  return feeds_importer($id);
}