Problem/Motivation
When trying to render the Hero template using the block_content_template module, a few things are missing from the original block array including the blocks configuration['id'] , a deprecation warning pops up;
Deprecated: mb_strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/docroot/core/lib/Drupal/Component/Utility/Html.php on line 225
Steps to reproduce
Proposed resolution
Wrap the hero_id string then run the clean_id filter on it afterwards.
Comments
Comment #2
aaronchristian commentedComment #3
aaronchristian commentedComment #5
aaronchristian commented