You are here

function feeds_importer_load in Feeds 7

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

Menu loader callback.

Related topics

File

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

Code

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