uswds_base-8.x-2.0-alpha1/preprocess/block/block__block_content__hero.preprocess.inc
preprocess/block/block__block_content__hero.preprocess.inc
<?php
/**
* @file
* Preprocess function for this hook.
*/
/**
* Implements hook_preprocess_block__DELTA__REGION().
*
* This made possible by our custom theme suggestion.
* @see uswds_theme_suggestions_block_alter().
*/
function uswds_base_preprocess_block__block_content__hero(&$variables) {
_uswds_base_mark_block_content_items($variables, 'hero');
}
