SocialShare\Provider\Google::getLink PHP Method

    public function getLink($url, array $options = array())
    {
        return sprintf(self::SHARE_URL, urlencode($url));
    }