Get the package url before adding a block
Permalink
How can i retrive full package url while adding a block to the page i.e. controller->add function?
I'm trying to do something like this:
But it's not the best way to get the correct URL
I'm trying to do something like this:
$pkg = Package::getByHandle( 'my_package' ); $blockURL = $pkg->getRelativePath(); $fullURL = BASE_URL . $blockURL . '/blocks/my_package'
But it's not the best way to get the correct URL