public function FeedsCSVParser::getMappingSources in Feeds 7
Same name and namespace in other branches
- 6 plugins/FeedsCSVParser.inc \FeedsCSVParser::getMappingSources()
- 7.2 plugins/FeedsCSVParser.inc \FeedsCSVParser::getMappingSources()
Override parent::getMappingSources().
Overrides FeedsParser::getMappingSources
File
- plugins/
FeedsCSVParser.inc, line 73
Class
- FeedsCSVParser
- Parses a given file as a CSV file.
Code
public function getMappingSources() {
return FALSE;
}