예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function has($name, array $options = [])
 {
     $menuItem = $this->repository->getOneMenuItemByName($name);
     return $menuItem instanceof MenuItemInterface;
 }