Home
last modified time | relevance | path

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

/plugin/404manager/_test/
H A Dmanager.test.php43 $redirectManager = admin_plugin_404manager::get()
415 $redirectManager = admin_plugin_404manager::get()
419 $redirectManager->deleteAllRedirections();
420 $count = $redirectManager->countRedirections();
423 $redirectManager->addRedirection($sourcePageId, $targetPage);
424 $count = $redirectManager->countRedirections();
445 $redirectManager = admin_plugin_404manager::get()
447 $redirectManager->deleteAllRedirections();
455 $redirectManager->deleteAllRedirections();
462 $count = $redirectManager->countRedirections();
[all …]
/plugin/404manager/
H A Daction.php37 var $redirectManager; variable in action_plugin_404manager
114 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);