public function QueuedMessageWrapper::getRetryCount in Sparkpost email 8.2
Get the count of retries.
Return value
int The number of retries we have had.
File
- modules/
sparkpost_requeue/ src/ QueuedMessageWrapper.php, line 54
Class
- QueuedMessageWrapper
- Queued message wrapper class.
Namespace
Drupal\sparkpost_requeueCode
public function getRetryCount() {
return $this->retryCount;
}