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

getLabels() public static method

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