TargetPageRecordViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <.typo3.cms.redirects.s.targetpagerecord>
FinalYes
ViewHelper to check for t3://page links within a redirect, returning the page id.
<rd:targetPageRecord target="{redirect.target}" />
Table of Contents
Methods
- __construct() : mixed
- initializeArguments() : void
- render() : array<string|int, mixed>
- Renders the page ID
Methods
__construct()
public
__construct(LinkService $linkService) : mixed
Parameters
- $linkService : LinkService
initializeArguments()
public
initializeArguments() : void
render()
Renders the page ID
public
render() : array<string|int, mixed>