Home
last modified time | relevance | path

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

/plugin/combo/action/
H A Drouter.php53 const REDIRECT_PERMANENT_METHOD = 'permanent'; // was `Http` (301)
571 case self::REDIRECT_PERMANENT_METHOD:
815 return $this->executeHttpRedirect($targetIdOrUrl, $targetOrigin, self::REDIRECT_PERMANENT_METHOD);
891 if ($method !== self::REDIRECT_PERMANENT_METHOD) {
921 case self::REDIRECT_PERMANENT_METHOD:
1117 $this->executeHttpRedirect($calculatedTarget, self::TARGET_ORIGIN_PAGE_RULES, self::REDIRECT_PERMANENT_METHOD);
1127 $res = $this->executeHttpRedirect($calculatedTarget, self::TARGET_ORIGIN_PAGE_RULES, self::REDIRECT_PERMANENT_METHOD);
51 const REDIRECT_PERMANENT_METHOD = 'permanent'; // was `Http` (301) global() define in action_plugin_combo_router
/plugin/combo/ComboStrap/
H A DRouterBestEndPage.php68 $redirectType = action_plugin_combo_router::REDIRECT_PERMANENT_METHOD;