Be.pagePath ViewHelper <f:be.pagePath>
¶
ViewHelper which returns the current page path as known from TYPO3 backend modules.
Note
This ViewHelper is experimental!
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: PagePathViewHelper.php (GitHub).
Note
<f:be.pagePath>
has no arguments.