public function FeedsCSVParser::getMappingSources in Feeds 7.2
Same name and namespace in other branches
- 6 plugins/FeedsCSVParser.inc \FeedsCSVParser::getMappingSources()
- 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;
}