uswds_base-8.x-2.0-alpha1/preprocess/block/block__system_menu_block__mobile_menu.preprocess.inc
preprocess/block/block__system_menu_block__mobile_menu.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__system_menu_block__mobile_menu(&$variables) {
_uswds_base_mark_menu_items($variables, 'mobile_menu');
}
