public function FeedsJSONPathParser::sourceDefaults in Feeds JSONPath Parser 6
Same name and namespace in other branches
- 7 FeedsJSONPathParser.inc \FeedsJSONPathParser::sourceDefaults()
Implementation of FeedsSourceInterface::sourceDefaults().
Overrides FeedsPlugin::sourceDefaults
File
- ./
FeedsJSONPathParser.inc, line 236 - Provides the Class for Feeds JSONPath Parser.
Class
- FeedsJSONPathParser
- Base class for the HTML and XML parsers.
Code
public function sourceDefaults() {
return array();
}