function template_preprocess_we_megamenu_block in Drupal Mega Menu 8.x
Same name and namespace in other branches
- 8 we_megamenu.module \template_preprocess_we_megamenu_block()
Prepare variables for we_megamenu_block.
Parameters
array $vars: Variables are declared in theme.
File
- ./
we_megamenu.module, line 607 - Drupal 8 Mega Menu Module.
Code
function template_preprocess_we_megamenu_block(array &$vars) {
$vars['block_content'] = $vars['block_content'];
}