Updating deprecated function, getToolsURL

Permalink
Was wondering what the recommended method was to replace the helper function in helper/concrete/urls that gets a package tool's URL.

Currently, I'm using something like this:
$toolURL = Core::make('helper/concrete/urls')->getToolsURL('my_tool', 'my_package_handle');

Is there a non-deprecated method I can use that's just as simple or even simpler?

serot0nin
 
serot0nin replied on at Permalink Reply
serot0nin
Actually, never mind. I see that tools "are officially deprecated in favor of views and controllers".

https://documentation.concrete5.org/developers/environment/directory...