public function FeedsCrawler::configFormValidate in Feeds Crawler 7
Same name and namespace in other branches
- 6.2 FeedsCrawler.inc \FeedsCrawler::configFormValidate()
Overrides parent::configFormValidate().
File
- ./
FeedsCrawler.inc, line 331 - Home of the FeedsCrawler.
Class
- FeedsCrawler
- Fetches data via HTTP.
Code
public function configFormValidate(&$values) {
$this
->sourceFormValidate($values);
}