public function FeedsQueryPathParser::configDefaults in Feeds QueryPath Parser 7
Same name and namespace in other branches
- 6 FeedsQueryPathParser.inc \FeedsQueryPathParser::configDefaults()
Define defaults.
Override parent::configDefaults().
File
- ./
FeedsQueryPathParser.inc, line 243 - Provides the class for FeedsQueryPathParser.
Class
- FeedsQueryPathParser
- @file
Code
public function configDefaults() {
return array(
'context' => '',
'sources' => array(),
'debug' => array(),
'attrs' => array(),
'rawXML' => array(),
);
}