cot_config_add | Registers a set of configuration entries at once.
|
cot_config_implant | Implants given options into module configuration if they are not already there.
|
cot_config_implanted | Checks if there are already implanted config records |
cot_config_import | Imports data for config values from outer world |
cot_config_input | Returns config input |
cot_config_list | Get configs from database |
cot_config_load | Loads config structure from database into an array |
cot_config_modify | Updates config map properties in the database for given options |
cot_config_parse | Parses array of setup file configuration entries into array representation |
cot_config_remove | Unregisters configuration option(s). |
cot_config_reset | Reset configuration value |
cot_config_selecttitles | Helper function that generates selection titles. |
cot_config_set | Updates configuration values
Example:
$config_values = array(
'disable_test' => '0',
'hidden_test' => 'test45',
);
cot_config_set('test', $config_values, true);
|
cot_config_titles | Returns option title and hint |
cot_config_type_int_filter | Filters value as Integer in range from Min and Max.
|
cot_config_update | Updates existing configuration map removing obsolete options, adding new
options and tweaking options which need to be updated. |
cot_config_update_options | Saves updated values of config list in DB |