You are here

public function FeedsProcessor::getMappings in Feeds 8.2

Get mappings.

File

lib/Drupal/feeds/Plugin/FeedsProcessor.php, line 674
Contains FeedsProcessor and related classes.

Class

FeedsProcessor
Abstract class, defines interface for processors.

Namespace

Drupal\feeds\Plugin

Code

public function getMappings() {
  return isset($this->config['mappings']) ? $this->config['mappings'] : array();
}