Beispiel #1
0
 /**
  * Return if the transport and mailer is in batch mode (tokenized emails)
  *
  * @return bool
  */
 public function inTokenizationMode()
 {
     return $this->helper !== null ? $this->helper->inTokenizationMode() : false;
 }