public function FeedsFetcher::pluginType in Feeds 7.2
Implements FeedsPlugin::pluginType().
Overrides FeedsPlugin::pluginType
File
- plugins/
FeedsFetcher.inc, line 299 - Contains the FeedsFetcher and related classes.
Class
- FeedsFetcher
- Abstract class, defines shared functionality between fetchers.
Code
public function pluginType() {
return 'fetcher';
}