Craft\RetourWidget::getIconPath PHP Method

getIconPath() public method

public getIconPath ( ) : string
return string
    public function getIconPath()
    {
        return craft()->path->getPluginsPath() . 'retour/resources/icon.svg';
    }