Function Hook_sw_news->get_current_settings
Definitions
sources/hooks/modules/admin_setupwizard/news.php
- Run function for features in the setup wizard.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Current settings
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Run function for features in the setup wizard.
*
* @return array Current settings
*/
public function get_current_settings() : array
* Run function for features in the setup wizard.
*
* @return array Current settings
*/
public function get_current_settings() : array

