Function Mail_dispatcher_base->is_through_queue
Definitions
sources/mail.php
- Find whether the message is going through the queue rather than sent immediately.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether the message is going through the queue
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether the message is going through the queue rather than sent immediately.
*
* @return boolean Whether the message is going through the queue
*/
protected function is_through_queue() : bool
* Find whether the message is going through the queue rather than sent immediately.
*
* @return boolean Whether the message is going through the queue
*/
protected function is_through_queue() : bool

