You are here

public function FeedsExBase::getMappingSources in Feeds extensible parsers 7

Same name and namespace in other branches
  1. 7.2 src/FeedsExBase.inc \FeedsExBase::getMappingSources()

File

src/FeedsExBase.inc, line 405
Contains FeedsExBase.

Class

FeedsExBase
The Feeds extensible parser.

Code

public function getMappingSources() {
  return parent::getMappingSources() + $this->config['sources'];
}