function feed_import_load in Feed Import 8
Same name and namespace in other branches
- 7.3 feed_import.module \feed_import_load()
Loads feed settings.
File
- ./
feed_import.module, line 32 - User interface, cron functions for feed_import module.
Code
function feed_import_load($feed) {
return FeedImport::loadFeed($feed);
}