You are here

public function FeedsCSVParser::getMappingSources in Feeds 8.2

Override parent::getMappingSources().

Overrides FeedsParser::getMappingSources

File

lib/Drupal/feeds/Plugin/feeds/parser/FeedsCSVParser.php, line 109
Contains the FeedsCSVParser class.

Class

FeedsCSVParser
Defines a CSV feed parser.

Namespace

Drupal\feeds\Plugin\feeds\parser

Code

public function getMappingSources() {
  return FALSE;
}