Home
last modified time | relevance | path

Searched +full:save +(+path:plugin +path:confmanager) -(+path:plugin +path:confmanager +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php36 public function save() { function in ConfigManagerSingleLineCoreConfig
53 $save = [];
63 $save[] = $line;
66 return $save;
70 * Save config
H A DConfigManagerTwoLineConfigCascade.php29 public function save() { function in ConfigManagerTwoLineCascadeConfig
35 msg($this->helper->getLang('invalid save arguments'), -1);
62 $save = [];
76 $save[$key] = $value;
79 return $save;
H A DConfigManagerTwoLine.php61 * They will be embedded in a form to save changes.
81 function save() { function in ConfigManagerTwoLine
89 msg($this->helper->getLang('invalid save arguments'), -1);
H A DConfigManagerConfigType.php37 * They will be embedded in a form to save changes.
51 function save(); function
/plugin/confmanager/tpl/
H A DformControls.php2 … <input type="submit" value="<?php echo hsc($this->getLang('save')) ?>" class="button saveButton" >
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php46 $this->config->save();