[TYPO3-dev] Create a FE link in a BE module

Pascal Querner – MSCG pascal.querner at mscg.de
Mon Jul 6 17:58:29 CEST 2015


Try this

$this->controllerContext->getUriBuilder()->reset()
                    ->setArguments([
                        $this->extKey . '[uid]' => $sentence->uid]) //tx_pluginname[uid]=N
                    ->setTargetPageUid($uidOfSinglePage)
                    ->setCreateAbsoluteUri(TRUE)
                    ->buildFrontendUri();

-----Ursprüngliche Nachricht-----
Von: typo3-dev-bounces at lists.typo3.org [mailto:typo3-dev-bounces at lists.typo3.org] Im Auftrag von Florian Rival
Gesendet: Donnerstag, 18. Juni 2015 13:01
An: List for Core-/Extension development
Betreff: [TYPO3-dev] Create a FE link in a BE module

Hi,

Who knows if there's a easy way for creating FE link in a BE module 
(extbase) ?
I would like to insert the link in a BE view.

Thanks,
Florian
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev



More information about the TYPO3-dev mailing list