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