public function FeedsQueryPathParser::sourceDefaults in Feeds QueryPath Parser 6
Same name and namespace in other branches
- 7 FeedsQueryPathParser.inc \FeedsQueryPathParser::sourceDefaults()
Define source defaults.
Overrides FeedsPlugin::sourceDefaults
File
- ./
FeedsQueryPathParser.inc, line 215 - Provides the class for FeedsQueryPathParser.
Class
- FeedsQueryPathParser
- @file
Code
public function sourceDefaults() {
return $this
->configDefaults();
}