[TYPO3-dev] UriBuilder Functionality with eID

g4-lisz at tonarchiv.ch g4-lisz at tonarchiv.ch
Wed Mar 19 00:10:56 CET 2014


Hi there!

Is there a way to build URIs in eID code similar to UriBuilder in a
controller? E.g.

 $this->uriBuilder->setTargetPageUid($pid);
 $url = $this->uriBuilder->build();

I need to do the same in eID (also respecting realURL).
There also should be as few initialization overhead as possible because
I need a very fast response from th eID.

BR
Till



More information about the TYPO3-dev mailing list