common\Language::msg PHP Method

msg() public static method

This only implements the key because the other parameters differ between the front- and backend.
public static msg ( $key ) : string
$key
return string
    public static function msg($key)
    {
        return self::callLanguageFunction('msg', [$key]);
    }