Home
last modified time | relevance | path

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

/plugin/combo/action/
H A Drouter.php277 $this->logRedirection($id, "", self::TARGET_ORIGIN_WELL_KNOWN, self::REDIRECT_NOTFOUND_METHOD);
807 $this->logRedirection($sourceId, $targetPageId, $targetOriginId, self::REDIRECT_TRANSPARENT_METHOD);
833 $this->logRedirection($ID, $targetIdOrUrl, $targetOrigin, $method);
1035 function logRedirection(string $sourcePageId, $targetPageId, $algorithmic, $method)
1011 function logRedirection(string $sourcePageId, $targetPageId, $algorithmic, $method) global() function in action_plugin_combo_router
/plugin/404manager/
H A Daction.php456 $this->redirectManager->logRedirection($ID, $targetPage, $redirectSource);
490 $this->redirectManager->logRedirection($ID, $url, self::REDIRECT_EXTERNAL);
H A Dadmin.php580 function logRedirection($sourcePageId, $targetPageId, $type) function in admin_plugin_404manager