PagePathViewHelper extends AbstractViewHelper implements ViewHelperNodeInitializedEventInterface
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:be.pagepath>
FinalYes
ViewHelper which returns the current page path as known from TYPO3 backend modules.
since TYPO3 v15.0, will be removed in TYPO3 v16.0.
<f:be.pagePath />
Note: This ViewHelper is experimental!
Tags
Table of Contents
Interfaces
- ViewHelperNodeInitializedEventInterface
Properties
- $escapeOutput : bool
- This ViewHelper renders HTML, thus output must not be escaped
Methods
- nodeInitializedEvent() : void
- render() : string
Properties
$escapeOutput
This ViewHelper renders HTML, thus output must not be escaped
protected
bool
$escapeOutput
= false
Methods
nodeInitializedEvent()
public
static nodeInitializedEvent(ViewHelperNode $node, array<string|int, mixed> $arguments, ParsingState $parsingState) : void
Parameters
- $node : ViewHelperNode
- $arguments : array<string|int, mixed>
- $parsingState : ParsingState
render()
public
render() : string