There are multiple ways different contrib modules render blocks that do not end up in a block_view_alter() call. For instance, using Display Suite to display a block field.

I found that instead of using hook_block_view_alter, you can use hook_preprocess_block() and achieve the same result, but you are targeting all renderings of blocks.

CommentFileSizeAuthor
#1 preprocess_block-2210779-1.patch2.85 KBAnonymous (not verified)
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

kmonty’s picture

Category: Support request » Task
Status: Active » Needs work

It appears your patch includes functionality that is not relevant to this issue. Can you re-roll it against -dev?

  • kmonty committed 237b72c on 7.x-1.x authored by rsmylski
    Issue #2210779 by rsmylski: Allow IPE link to be added to all methods of...
kmonty’s picture

Status: Needs work » Fixed

Re-rolled the patch myself and committed to dev. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.