Skip to content

Instantly share code, notes, and snippets.

@eklect
Last active August 29, 2015 14:16
Show Gist options
  • Save eklect/0fea899225bf762d71fe to your computer and use it in GitHub Desktop.
Save eklect/0fea899225bf762d71fe to your computer and use it in GitHub Desktop.
Concrete 5.6 → To Get Block Relative URl
<?php
$bv = new BlockView();
$bv->setBlockObject($this->getBlockObject());
$blockURL = $bv->getBlockURL();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment