Closed (fixed)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2010 at 01:04 UTC
Updated:
25 Jul 2010 at 01:20 UTC
Jump to comment: Most recent file
Fetching a feed for getting simply it's title or the contents of its CSV file requires currently much knowledge about the internals of a FeedsSource object:
$batch = $source->importer->fetcher->fetch($this);
$this->importer->parser->parse($batch, $source);
Let's wrap this functionality in a FeedsSource::preview() method. Will be needed for #651478: Mapping on import.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 850638-1_preview.patch | 1.82 KB | alex_b |
Comments
Comment #1
alex_b commentedStraightforward, will commit ASAP.
Comment #2
alex_b commentedCommitted.