Searched refs:redirectManager (Results 1 – 2 of 2) sorted by relevance
43 $redirectManager = admin_plugin_404manager::get()46 …if ($redirectManager->isRedirectionPresent(constant_parameters::$PAGE_REDIRECTED_TO_EXTERNAL_WEBSI…47 … $redirectManager->deleteRedirection(constant_parameters::$PAGE_REDIRECTED_TO_EXTERNAL_WEBSITE);415 $redirectManager = admin_plugin_404manager::get()419 $redirectManager->deleteAllRedirections();420 $count = $redirectManager->countRedirections();423 $redirectManager->addRedirection($sourcePageId, $targetPage);424 $count = $redirectManager->countRedirections();426 $bool = $redirectManager->isRedirectionPresent($sourcePageId);445 $redirectManager = admin_plugin_404manager::get()[all …]
37 var $redirectManager; variable in action_plugin_404manager114 if ($this->redirectManager == null) {115 $this->redirectManager = admin_plugin_404manager::get();124 $targetPage = $this->redirectManager->getRedirectionTarget($ID);127 if ($this->redirectManager->isValidURL($targetPage) && $targetPage) {456 $this->redirectManager->logRedirection($ID, $targetPage, $redirectSource);490 $this->redirectManager->logRedirection($ID, $url, self::REDIRECT_EXTERNAL);