Function Hook_preview_cns_welcome_email->run
Definitions
sources/hooks/systems/preview/cns_welcome_email.php
- Run function for preview hooks.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A pair: The preview, the updated post Comcode
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Run function for preview hooks.
*
* @return array A pair: The preview, the updated post Comcode
*/
public function run() : array
* Run function for preview hooks.
*
* @return array A pair: The preview, the updated post Comcode
*/
public function run() : array

