Function __global->_update_base_config_for_content_translation
Definitions
sources/database_multi_lang_conv.php
- Change content translation setting in th config file.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $new_setting | boolean | No | No | required parameter | N/A | N/A | New setting value (i.e. on or off) |
Preview
Code (PHP)
/**
* Change content translation setting in th config file.
*
* @param boolean $new_setting New setting value (i.e. on or off)
*/
function _update_base_config_for_content_translation(bool $new_setting)
* Change content translation setting in th config file.
*
* @param boolean $new_setting New setting value (i.e. on or off)
*/
function _update_base_config_for_content_translation(bool $new_setting)

