abstract class AbstractRenderingStateViewHelper extends AbstractViewHelper (View source)

Abstract ViewHelper for all Neos rendering state helpers.

Methods

getContextNode()

Get a node from the current Fusion context if available.

getNodeContext(NodeInterface $node = null)

No description

Details

protected NodeInterface|null getContextNode()

Get a node from the current Fusion context if available.

Return Value

NodeInterface|null

protected ContentContext getNodeContext(NodeInterface $node = null)

No description

Parameters

NodeInterface $node

Return Value

ContentContext

Exceptions

Exception