コード例 #1
0
ファイル: SystemMenuBlock.php プロジェクト: alnutile/drunatra
 /**
  * {@inheritdoc}
  */
 public function build()
 {
     $menu = $this->getDerivativeId();
     return $this->menuTree->renderMenu($menu);
 }