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