Function Hook_preview_cns_welcome_email->get_mail_row
Definitions
sources/hooks/systems/preview/cns_welcome_email.php
- Get a simulated row for the welcome e-mail being previewed.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Row
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a simulated row for the welcome e-mail being previewed.
*
* @return array Row
*/
protected function get_mail_row() : array
* Get a simulated row for the welcome e-mail being previewed.
*
* @return array Row
*/
protected function get_mail_row() : array

