Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getExpanded($menu_name, array $parents)
 {
     return $this->treeStorage->getExpanded($menu_name, $parents);
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function resetDefinitions()
 {
     $this->treeStorage->resetDefinitions();
 }