[TYPO3-dev] Re: Creating a page link from the controller (extbase)

Stefan Dürrenberger sd at pm7.ch
Tue Nov 19 13:20:27 CET 2013


Almost! I had to get the UriBuilder from the controllerContext:

$this->view->assign('checkPageLink', $this->controllerContext->getUriBuilder()->reset()->setTargetPageUid($this->settings['checkPage'])->buildFrontendUri());


Thanks for your help!



More information about the TYPO3-dev mailing list