You are here

public function FeedsSyndicationParser::providesSourceTitle in Feeds 7.2

Overrides FeedsParser::providesSourceTitle().

This parser supports retrieving a title from the source.

Overrides FeedsParser::providesSourceTitle

File

plugins/FeedsSyndicationParser.inc, line 101
Contains FeedsSyndicationParser and related classes.

Class

FeedsSyndicationParser
Class definition for Common Syndication Parser.

Code

public function providesSourceTitle() {
  return TRUE;
}