Function Module_admin_themes->save_theme_changes
Definitions
adminzone/pages/modules/admin_themes.php
- Common theme change saving for adding and editing themes.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $theme | ID_TEXT | No | No | required parameter | N/A | N/A | The name of the theme |
Preview
Code (PHP)
/**
* Common theme change saving for adding and editing themes.
*
* @param ID_TEXT $theme The name of the theme
*/
protected function save_theme_changes(string $theme)
* Common theme change saving for adding and editing themes.
*
* @param ID_TEXT $theme The name of the theme
*/
protected function save_theme_changes(string $theme)
