UsernameViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <.typo3.cms.belog.s.username>
FinalYes
Get username from backend user id
Table of Contents
Methods
- __construct() : mixed
- initializeArguments() : void
- render() : string
- Resolve username from backend user id. Can return empty string if there is no user with that UID.
Methods
__construct()
public
__construct(FrontendInterface $usernameRuntimeCache) : mixed
Parameters
- $usernameRuntimeCache : FrontendInterface
initializeArguments()
public
initializeArguments() : void
render()
Resolve username from backend user id. Can return empty string if there is no user with that UID.
public
render() : string