Function __global->_multi_lang
Definitions
sources/config2.php
- An option has disappeared somehow - find it via searching our code-base for it's install code. It doesn't get returned, just loaded up. This function will produce a fatal error if we cannot find it.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether to run in multi-lang mode
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* An option has disappeared somehow - find it via searching our code-base for it's install code. It doesn't get returned, just loaded up. This function will produce a fatal error if we cannot find it.
*
* @return boolean Whether to run in multi-lang mode
*/
function _multi_lang() : bool
* An option has disappeared somehow - find it via searching our code-base for it's install code. It doesn't get returned, just loaded up. This function will produce a fatal error if we cannot find it.
*
* @return boolean Whether to run in multi-lang mode
*/
function _multi_lang() : bool

