You are here

function template_preprocess_we_megamenu_block in Drupal Mega Menu 8

Same name and namespace in other branches
  1. 8.x 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'];
}