public function FeedsJSONPathParser::configDefaults in Feeds JSONPath Parser 7
Same name and namespace in other branches
- 6 FeedsJSONPathParser.inc \FeedsJSONPathParser::configDefaults()
Define defaults.
File
- ./
FeedsJSONPathParser.inc, line 363 - Contains FeedsJSONPathParser.
Class
- FeedsJSONPathParser
- Parses JSON using JSONPath.
Code
public function configDefaults() {
return array(
'context' => '',
'sources' => array(),
'debug' => array(),
'allow_override' => FALSE,
'convert_four_byte' => FALSE,
);
}