protected function FeedsXPathParserBase::getOwnMappings in Feeds XPath Parser 6
Same name and namespace in other branches
- 7 FeedsXPathParserBase.inc \FeedsXPathParserBase::getOwnMappings()
3 calls to FeedsXPathParserBase::getOwnMappings()
- FeedsXPathParserBase::configFormValidate in ./
FeedsXPathParserBase.inc - Override parent::sourceFormValidate().
- FeedsXPathParserBase::getMappingSources in ./
FeedsXPathParserBase.inc - Override parent::getMappingSources().
- FeedsXPathParserBase::parse in ./
FeedsXPathParserBase.inc - Implements FeedsParser::parse().
File
- ./
FeedsXPathParserBase.inc, line 423 - Provides the abstract base class for FeedsXPathParserHTML and FeedsXPathParserXML.
Class
- FeedsXPathParserBase
- Base class for the HTML and XML parsers.
Code
protected function getOwnMappings() {
$mappings = feeds_importer($this->id)->processor->config['mappings'];
return $this
->filterMappings($mappings);
}