public function FeedsOPMLParser::providesSourceTitle in Feeds 7.2
Overrides FeedsParser::providesSourceTitle().
This parser supports retrieving a title from the source.
Overrides FeedsParser::providesSourceTitle
File
- plugins/
FeedsOPMLParser.inc, line 45 - OPML Parser plugin.
Class
- FeedsOPMLParser
- Feeds parser plugin that parses OPML feeds.
Code
public function providesSourceTitle() {
return TRUE;
}