public function FeedsJSONPathParser::sourceDefaults in Feeds JSONPath Parser 7
Same name and namespace in other branches
- 6 FeedsJSONPathParser.inc \FeedsJSONPathParser::sourceDefaults()
File
- ./
FeedsJSONPathParser.inc, line 356 - Contains FeedsJSONPathParser.
Class
- FeedsJSONPathParser
- Parses JSON using JSONPath.
Code
public function sourceDefaults() {
return array();
}