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