public function FeedsXPathParserBase::hasSourceConfig in Feeds XPath Parser 7
Overrides parent::hasSourceConfig().
Stop Feeds from building our form over and over again.
File
- ./
FeedsXPathParserBase.inc, line 608 - Provides the base class for FeedsXPathParserHTML and FeedsXPathParserXML.
Class
- FeedsXPathParserBase
- Base class for the HTML and XML parsers.
Code
public function hasSourceConfig() {
return TRUE;
}