You are here

public function FeedsCrawler::sourceDefaults in Feeds Crawler 7

Same name and namespace in other branches
  1. 6.2 FeedsCrawler.inc \FeedsCrawler::sourceDefaults()

Overrides parent::sourceDefaults().

File

./FeedsCrawler.inc, line 165
Home of the FeedsCrawler.

Class

FeedsCrawler
Fetches data via HTTP.

Code

public function sourceDefaults() {
  return $this->config;
}