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?
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?
https://documentation.concrete5.org/developers/environment/directory...