Be.pagePath ViewHelper <f:be.pagePath>

@todo: : Candidate to deprecate? The page info is typically displayed in doc header, done by ModuleTemplate in controllers.

ViewHelper which returns the current page path as known from TYPO3 backend modules.

Examples

Default:

<f:be.pagePath />
Copied!

Current page path, prefixed with "Path:" and wrapped in a span with the class typo3-docheader-pagePath.

Source code

Go to the source code of this ViewHelper: Be\PagePathViewHelper.php (GitHub).