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