Can we have the block instance id passed to the block class for specific theming use cases?
Now each block instance is rendered with an unique id. $delta was replaced with the block instance machine name, so usually the block id will be
block-[name-of-the-module-that-provides-the-block]-[block-instance-machine-name]
Fixed 42d39b4
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
dagmarNow each block instance is rendered with an unique id. $delta was replaced with the block instance machine name, so usually the block id will be
block-[name-of-the-module-that-provides-the-block]-[block-instance-machine-name]
Fixed 42d39b4