public function QueuedMessageWrapper::incrementRetryCount in Sparkpost email 8.2
Increment the retry count.
File
- modules/
sparkpost_requeue/ src/ QueuedMessageWrapper.php, line 61
Class
- QueuedMessageWrapper
- Queued message wrapper class.
Namespace
Drupal\sparkpost_requeueCode
public function incrementRetryCount() {
$this->retryCount++;
}