Home
last modified time | relevance | path

Searched refs:performNotFoundRedirect (Results 1 – 1 of 1) sorted by relevance

/plugin/combo/action/
H A Drouter.php575 $res = $this->performNotFoundRedirect($bestEndPage->getWikiId(), self::TARGET_ORIGIN_BEST_END_PAGE_NAME);
592 $res = $this->performNotFoundRedirect($startPage, self::TARGET_ORIGIN_START_PAGE);
601 $res = $this->performNotFoundRedirect($startPage, self::TARGET_ORIGIN_START_PAGE);
624 $this->performNotFoundRedirect($bestPageId, self::TARGET_ORIGIN_BEST_PAGE_NAME);
626 $this->performNotFoundRedirect($bestNamespaceId, self::TARGET_ORIGIN_BEST_PAGE_NAME);
639 $this->performNotFoundRedirect($bestNamespaceId, self::TARGET_ORIGIN_BEST_NAMESPACE);
1020 $this->performNotFoundRedirect($ID, self::TARGET_ORIGIN_SEARCH_ENGINE);
1143 private function performNotFoundRedirect(string $targetId, string $origin): bool
1119 private function performNotFoundRedirect(string $targetId, string $origin): bool global() function in action_plugin_combo_router