Get block ID from within block
Permalink
I'm trying to get a block ID from within the block's own view.php file. Is there a get function on a block in order to find it? Something akin to the following:
$this->getBlockID();
Thanks in advance!
$this->getBlockID();
Thanks in advance!