You are here

public function FeedsJSONPathParser::configDefaults in Feeds JSONPath Parser 6

Same name and namespace in other branches
  1. 7 FeedsJSONPathParser.inc \FeedsJSONPathParser::configDefaults()

Define defaults.

Overrides FeedsConfigurable::configDefaults

File

./FeedsJSONPathParser.inc, line 243
Provides the Class for Feeds JSONPath Parser.

Class

FeedsJSONPathParser
Base class for the HTML and XML parsers.

Code

public function configDefaults() {
  return array(
    'context' => '',
    'sources' => array(),
    'debug' => array(),
  );
}