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

getErrors() public static method

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