You are here

public function AssetFeedsProcessor::expiryTime in Asset 7

Return expiry time.

1 call to AssetFeedsProcessor::expiryTime()
AssetFeedsProcessor::expire in modules/asset_feeds/AssetFeedsProcessor.inc
Implement expire().

File

modules/asset_feeds/AssetFeedsProcessor.inc, line 111
Class definition of AssetFeedsProcessor.

Class

AssetFeedsProcessor
Creates assets from feed items.

Code

public function expiryTime() {
  return $this->config['expire'];
}