Function Module_admin_setupwizard->has_themewizard_step
Definitions
adminzone/pages/modules/admin_setupwizard.php
- Find if the Theme Wizard step will run.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether it will
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find if the Theme Wizard step will run.
*
* @return boolean Whether it will
*/
protected function has_themewizard_step() : bool
* Find if the Theme Wizard step will run.
*
* @return boolean Whether it will
*/
protected function has_themewizard_step() : bool

