function feeds_importer_load in Feeds 6
Same name and namespace in other branches
- 8.2 feeds.module \feeds_importer_load()
- 7.2 feeds.module \feeds_importer_load()
- 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);
}