You are here

public function FeedsCSVParser::getMappingSources in Feeds 7.2

Same name and namespace in other branches
  1. 6 plugins/FeedsCSVParser.inc \FeedsCSVParser::getMappingSources()
  2. 7 plugins/FeedsCSVParser.inc \FeedsCSVParser::getMappingSources()

Override parent::getMappingSources().

Overrides FeedsParser::getMappingSources

File

plugins/FeedsCSVParser.inc, line 120
Contains the FeedsCSVParser class.

Class

FeedsCSVParser
Parses a given file as a CSV file.

Code

public function getMappingSources() {
  return FALSE;
}