public function SparkpostQueuedMessageWrapper::getRetryCount in Sparkpost email 7
Same name and namespace in other branches
- 7.2 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;
}