You are here

public function SparkpostQueuedMessageWrapper::incrementRetryCount in Sparkpost email 7.2

Same name and namespace in other branches
  1. 7 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++;
}