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