public function FeedsDataProcessor::expiryTime in Feeds 6
Return expiry time.
Overrides FeedsProcessor::expiryTime
2 calls to FeedsDataProcessor::expiryTime()
- FeedsDataProcessor::expire in plugins/
FeedsDataProcessor.inc - Implement expire().
- FeedsDataProcessor::process in plugins/
FeedsDataProcessor.inc - Implementation of FeedsProcessor::process().
File
- plugins/
FeedsDataProcessor.inc, line 106 - Definition of FeedsDataProcessor.
Class
- FeedsDataProcessor
- Creates simple table records from feed items. Uses Data module.
Code
public function expiryTime() {
return $this->config['expire'];
}