Craft\SeomaticTwigExtension::getLocalizedUrls PHP Method

getLocalizedUrls() public method

* -------------------------------------------------------------------------------- Returns an array of localized URLs for the current request --------------------------------------------------------------------------------
public getLocalizedUrls ( )
    public function getLocalizedUrls()
    {
        $result = craft()->seomatic->getLocalizedUrls();
        return $result;
    }