Backend\Core\Engine\Language::getCheckboxValues PHP Method

getCheckboxValues() public static method

Get all active languages in a format usable by SpoonForm's addRadioButton
Deprecation:
public static getCheckboxValues ( ) : array
return array
    public static function getCheckboxValues()
    {
        trigger_error('Backend\\Core\\Engine\\Language is deprecated.
             It has been moved to Backend\\Core\\Language\\Language', E_USER_DEPRECATED);
        return parent::getCheckboxValues();
    }