You are here

protected function FeedsQueryPathParser::getOwnMappings in Feeds QueryPath Parser 7

3 calls to FeedsQueryPathParser::getOwnMappings()
FeedsQueryPathParser::configFormValidate in ./FeedsQueryPathParser.inc
Override parent::sourceFormValidate().
FeedsQueryPathParser::getMappingSources in ./FeedsQueryPathParser.inc
Override parent::getMappingSources().
FeedsQueryPathParser::parse in ./FeedsQueryPathParser.inc
Implements FeedsParser::parse().

File

./FeedsQueryPathParser.inc, line 342
Provides the class for FeedsQueryPathParser.

Class

FeedsQueryPathParser
@file

Code

protected function getOwnMappings() {
  $importer_config = feeds_importer($this->id)
    ->getConfig();
  return $this
    ->filterMappings($importer_config['processor']['config']['mappings']);
}