class ContainerViewHelper extends AbstractViewHelper (View source)

ViewHelper for the backend 'container'. Renders the required HTML to integrate the Neos backend into a website.

Properties

protected bool $escapeOutput
protected array $settings
protected Context $securityContext
protected PartyService $partyService
protected MenuHelper $menuHelper
protected PrivilegeManagerInterface $privilegeManager

Methods

void
injectSettings(array $settings)

No description

void
initializeArguments()

Initialize the arguments.

string
render()

No description

Details

void injectSettings(array $settings)

No description

Parameters

array $settings

Return Value

void

void initializeArguments()

Initialize the arguments.

Return Value

void

Exceptions

Exception

string render()

No description

Return Value

string

Exceptions

Exception
Exception