You are here

function menu_bean_get_initial_plugin_key in Menu Bean 7

Get the initial plugin that builds the menutree

File

./menu_bean.module, line 129
Bean Plugin definition

Code

function menu_bean_get_initial_plugin_key() {
  return variable_get("menu_get_initial_plugin_key", "menu_bean_expanded");
}