Home
last modified time | relevance | path

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

/plugin/combo/action/
H A Drouter.php371 $this->executePermanentRedirect(
402 $this->executePermanentRedirect(
437 $this->executePermanentRedirect(
473 $res = $this->executePermanentRedirect(
497 $res = $this->executePermanentRedirect($aliasRequestedPage->getCanonicalUrl()->toAbsoluteUrlString(), self::TARGET_ORIGIN_ALIAS);
510 $res = $this->executePermanentRedirect($aliasRequestedPage->getCanonicalUrl()->toAbsoluteUrlString(), self::TARGET_ORIGIN_ALIAS);
572 $res = $this->executePermanentRedirect($bestEndPage->getWikiId(), self::TARGET_ORIGIN_BEST_END_PAGE_NAME);
813 private function executePermanentRedirect(string $targetIdOrUrl, $targetOrigin): bool
807 private function executePermanentRedirect(string $targetIdOrUrl, $targetOrigin): bool global() function in action_plugin_combo_router