Home
last modified time | relevance | path

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

/plugin/combo/action/
H A Drouter.php813 private function executePermanentRedirect(string $targetIdOrUrl, $targetOrigin): bool
815 return $this->executeHttpRedirect($targetIdOrUrl, $targetOrigin, self::REDIRECT_PERMANENT_METHOD);
822 * @param string $targetOrigin - the origin of the target (the algorithm used to get the target origin)
826 function executeHttpRedirect(string $targetIdOrUrl, string $targetOrigin, string $method): bool
833 $this->logRedirection($ID, $targetIdOrUrl, $targetOrigin, $method);
868 if ($targetOrigin == self::TARGET_ORIGIN_SEARCH_ENGINE) {
893 $url->setQueryParameter(action_plugin_combo_routermessage::ORIGIN_TYPE, $targetOrigin);
807 executePermanentRedirect(string $targetIdOrUrl, $targetOrigin) global() argument
820 executeHttpRedirect(string $targetIdOrUrl, string $targetOrigin, string $method) global() argument