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

getErrors() public static method

Get all the errors from the language-file
Deprecation:
public static getErrors ( ) : array
return array
    public static function getErrors()
    {
        trigger_error('Backend\\Core\\Engine\\Language is deprecated.
             It has been moved to Backend\\Core\\Language\\Language', E_USER_DEPRECATED);
        return parent::getErrors();
    }