By erik_lundstrom on
I'm searching for a hook that runs between hook_preprocess_block() and the render function in Drupal 7. This hook needs to contain all the blocks pre-rendered and the blocks classes in an array.
Tips of hooks that handle this?