You are here

public function SettingInterface::alterTree in Menu Bean 7

Alters the menu tree

Parameters

array $tree:

\Bean $bean:

4 methods override SettingInterface::alterTree()
DepthSetting::alterTree in lib/Drupal/menu_bean/Setting/DepthSetting.php
Alters the menu tree
ExpandedSetting::alterTree in lib/Drupal/menu_bean/Setting/ExpandedSetting.php
Alters the menu tree
i18nSetting::alterTree in lib/Drupal/menu_bean/Setting/i18nSetting.php
Alters the menu tree
LevelSetting::alterTree in lib/Drupal/menu_bean/Setting/LevelSetting.php
Alters the menu tree

File

lib/Drupal/menu_bean/Setting/SettingInterface.php, line 27
Interface for setting plugin

Class

SettingInterface

Namespace

Drupal\menu_bean\Setting

Code

public function alterTree(array &$tree, \Bean $bean);