You are here

public function SparkpostQueuedMessageWrapper::getRetryCount in Sparkpost email 7.2

Same name and namespace in other branches
  1. 7 modules/sparkpost_requeue/sparkpost_requeue.queue_message_wrapper.inc \SparkpostQueuedMessageWrapper::getRetryCount()

Get the count of retries.

Return value

int The number of retries we have had.

File

modules/sparkpost_requeue/sparkpost_requeue.queue_message_wrapper.inc, line 46
Class for queued messages.

Class

SparkpostQueuedMessageWrapper
@file Class for queued messages.

Code

public function getRetryCount() {
  return $this->retryCount;
}