function feeds_importer_load in Feeds 8.2
Same name and namespace in other branches
- 6 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 378 - Feeds - basic API functions and hook implementations.
Code
function feeds_importer_load($id) {
return feeds_importer($id);
}