You are here

function feed_import_load in Feed Import 7.3

Same name and namespace in other branches
  1. 8 feed_import.module \feed_import_load()

Loads feed settings.

File

./feed_import.module, line 241
User interface, cron functions for feed_import module

Code

function feed_import_load($feed) {
  return FeedImport::loadFeed($feed);
}