public function FeedsXPathParserBase::sourceDefaults in Feeds XPath Parser 6
Same name and namespace in other branches
- 7 FeedsXPathParserBase.inc \FeedsXPathParserBase::sourceDefaults()
Define defaults.
Overrides FeedsPlugin::sourceDefaults
File
- ./
FeedsXPathParserBase.inc, line 293 - Provides the abstract base class for FeedsXPathParserHTML and FeedsXPathParserXML.
Class
- FeedsXPathParserBase
- Base class for the HTML and XML parsers.
Code
public function sourceDefaults() {
return array();
}