Home
last modified time | relevance | path

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

/plugin/404manager/_test/
H A Dmanager.test.php423 $redirectManager->addRedirection($sourcePageId, $targetPage);
457 $redirectManager->addRedirection($sourcePageIdValidated, $targetPage);
460 $redirectManager->addRedirection($sourcePageIdNotValidated, $targetPage);
/plugin/404manager/
H A Dadmin.php180 $this->addRedirection($this->redirectionSource, $this->redirectionTarget);
376 function addRedirection($sourcePageId, $targetPageId) function in admin_plugin_404manager