isMissing()) { return Html::tag('a', ['href' => '#'], $this->getAlias() ?? $this->getName()); } else { return Html::tag('a', ['href' => $this->getUrl()], $this->getAlias() ?? $this->getName()); } } }