public function FeedsQueryPathParser::sourceDefaults in Feeds QueryPath Parser 7
Same name and namespace in other branches
- 6 FeedsQueryPathParser.inc \FeedsQueryPathParser::sourceDefaults()
Override parent::sourceDefaults().
File
- ./
FeedsQueryPathParser.inc, line 234 - Provides the class for FeedsQueryPathParser.
Class
- FeedsQueryPathParser
- @file
Code
public function sourceDefaults() {
return array();
}