public function FeedsCommentProcessor::expiryTime in Feeds Comment Processor 7
Same name and namespace in other branches
- 6 FeedsCommentProcessor.inc \FeedsCommentProcessor::expiryTime()
File
- ./
FeedsCommentProcessor.inc, line 147 - Contains FeedsCommentProcessor.
Class
- FeedsCommentProcessor
- Creates comments from feed items.
Code
public function expiryTime() {
return $this->config['expire'];
}