Home
last modified time | relevance | path

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

/plugin/combo/action/
H A Drouter.php54 const REDIRECT_NOTFOUND_METHOD = "notfound"; // 404 (See other) (when best page name is calculated)
277 $this->logRedirection($id, "", self::TARGET_ORIGIN_WELL_KNOWN, self::REDIRECT_NOTFOUND_METHOD);
574 case self::REDIRECT_NOTFOUND_METHOD:
929 case self::REDIRECT_NOTFOUND_METHOD:
1145 return $this->executeHttpRedirect($targetId, $origin, self::REDIRECT_NOTFOUND_METHOD);
52 const REDIRECT_NOTFOUND_METHOD = "notfound"; // 404 (See other) (when best page name is calculated) global() define in action_plugin_combo_router
/plugin/combo/ComboStrap/
H A DRouterBestEndPage.php61 $redirectType = action_plugin_combo_router::REDIRECT_NOTFOUND_METHOD;