You are here

public function FeedsFetcher::importPeriod in Feeds 7.2

Same name and namespace in other branches
  1. 6 plugins/FeedsFetcher.inc \FeedsFetcher::importPeriod()
  2. 7 plugins/FeedsFetcher.inc \FeedsFetcher::importPeriod()

Override import period settings. This can be used to force a certain import interval.

Parameters

$source: A FeedsSource object.

Return value

A time span in seconds if periodic import should be overridden for given $source, NULL otherwise.

1 method overrides FeedsFetcher::importPeriod()
FeedsHTTPFetcher::importPeriod in plugins/FeedsHTTPFetcher.inc
Implement FeedsFetcher::importPeriod().

File

plugins/FeedsFetcher.inc, line 404
Contains the FeedsFetcher and related classes.

Class

FeedsFetcher
Abstract class, defines shared functionality between fetchers.

Code

public function importPeriod(FeedsSource $source) {
}