SwitchUserViewHelper extends AbstractViewHelper uses CompileWithRenderStatic

Displays 'SwitchUser' button to change current backend user to target backend user

Internal

Table of Contents

Properties

$escapeOutput  : bool
As this ViewHelper renders HTML, the output must not be escaped.

Methods

initializeArguments()  : mixed
Initializes the arguments
renderStatic()  : string
Render link with sprite icon to change current backend user to target
getBackendUserAuthentication()  : BackendUserAuthentication

Properties

$escapeOutput

As this ViewHelper renders HTML, the output must not be escaped.

protected bool $escapeOutput = false

Methods

initializeArguments()

Initializes the arguments

public initializeArguments() : mixed

renderStatic()

Render link with sprite icon to change current backend user to target

public static renderStatic(BackendUser} $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : string
Parameters
$arguments : BackendUser}
$renderChildrenClosure : Closure
$renderingContext : RenderingContextInterface
Return values
string

        
On this page

Search results