public function SparkpostQueuedMessageWrapper::incrementRetryCount in Sparkpost email 7
Same name and namespace in other branches
- 7.2 modules/sparkpost_requeue/sparkpost_requeue.queue_message_wrapper.inc \SparkpostQueuedMessageWrapper::incrementRetryCount()
Increment the retry count.
File
- modules/sparkpost_requeue/ sparkpost_requeue.queue_message_wrapper.inc, line 53 
- Class for queued messages.
Class
- SparkpostQueuedMessageWrapper
- @file Class for queued messages.
Code
public function incrementRetryCount() {
  $this->retryCount++;
}