PagePathViewHelper extends AbstractViewHelper implements ViewHelperNodeInitializedEventInterface

ViewHelper

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.

Deprecated

since TYPO3 v15.0, will be removed in TYPO3 v16.0.

  <f:be.pagePath />

Note: This ViewHelper is experimental!

Tags
see
https://docs.typo3.org/permalink/t3viewhelper:typo3-fluid-be-pagepath

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
Return values
string
On this page

Search results