getUrl() contains the link to the feed. * Download the data at the URL and expose it * to other modules by attaching it to $feed->source_string. * * @return bool * TRUE if fetching was successful, FALSE otherwise. */ public function fetch(FeedInterface $feed); }